LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
AutoUpgrade.cpp File Reference
#include "llvm/AutoUpgrade.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/CallSite.h"
#include "llvm/Support/ErrorHandling.h"
#include <cstring>
Include dependency graph for AutoUpgrade.cpp:

Go to the source code of this file.

Functions

static bool UpgradeSSE41Function (Function *F, Intrinsic::ID IID, Function *&NewFn)
 
static bool UpgradeIntrinsicFunction1 (Function *F, Function *&NewFn)
 

Function Documentation

static bool UpgradeIntrinsicFunction1 ( Function F,
Function *&  NewFn 
)
static
static bool UpgradeSSE41Function ( Function F,
Intrinsic::ID  IID,
Function *&  NewFn 
)
static