Searched refs:IntrinsicLowering (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DIntrinsicLowering.h1 //===-- IntrinsicLowering.h - Intrinsic Function Lowering -------*- C++ -*-===//
10 // This file defines the IntrinsicLowering interface. This interface allows
26 class IntrinsicLowering { class in namespace:llvm
32 explicit IntrinsicLowering(const DataLayout &td) : function in class:llvm::IntrinsicLowering
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp17 #include "llvm/CodeGen/IntrinsicLowering.h"
57 IL = new IntrinsicLowering(TD);
H A DInterpreter.h28 class IntrinsicLowering;
86 IntrinsicLowering *IL;
/freebsd-10.0-release/lib/clang/libllvmcodegen/
H A DMakefile32 IntrinsicLowering.cpp \
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp1 //===-- IntrinsicLowering.cpp - Intrinsic Lowering default implementation -===//
10 // This file implements the IntrinsicLowering class.
14 #include "llvm/CodeGen/IntrinsicLowering.h"
95 void IntrinsicLowering::AddPrototypes(Module &M) {
340 void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) {
550 bool IntrinsicLowering::LowerToByteSwap(CallInst *CI) {
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26 #include "llvm/CodeGen/IntrinsicLowering.h"
18026 return IntrinsicLowering::LowerToByteSwap(CI);
18043 return IntrinsicLowering::LowerToByteSwap(CI);
18061 return IntrinsicLowering::LowerToByteSwap(CI);
18073 return IntrinsicLowering::LowerToByteSwap(CI);
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp29 #include "llvm/CodeGen/IntrinsicLowering.h"
10148 return IntrinsicLowering::LowerToByteSwap(CI);

Completed in 425 milliseconds