Searched refs:getTargetLowering (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetMachine.h49 virtual const ARMTargetLowering *getTargetLowering() const { function in class:llvm::ARMBaseTargetMachine
51 llvm_unreachable("getTargetLowering not implemented");
86 virtual const ARMTargetLowering *getTargetLowering() const { function in class:llvm::ARMTargetMachine
125 virtual const ARMTargetLowering *getTargetLowering() const { function in class:llvm::ThumbTargetMachine
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86TargetMachine.h54 virtual const X86TargetLowering *getTargetLowering() const { function in class:llvm::X86TargetMachine
55 llvm_unreachable("getTargetLowering not implemented");
92 virtual const X86TargetLowering *getTargetLowering() const { function in class:llvm::X86_32TargetMachine
121 virtual const X86TargetLowering *getTargetLowering() const { function in class:llvm::X86_64TargetMachine
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h49 const AArch64TargetLowering *getTargetLowering() const { function in class:llvm::AArch64TargetMachine
/freebsd-10.2-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h57 virtual const MSP430TargetLowering *getTargetLowering() const { function in class:llvm::MSP430TargetMachine
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUTargetTransformInfo.cpp52 TLI(TM->getTargetLowering()) {
H A DAMDGPUTargetMachine.h56 virtual AMDGPUTargetLowering *getTargetLowering() const { function in class:llvm::AMDGPUTargetMachine
/freebsd-10.2-release/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h45 virtual const XCoreTargetLowering *getTargetLowering() const { function in class:llvm::XCoreTargetMachine
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DExpandISelPseudos.cpp48 const TargetLowering *TLI = MF.getTarget().getTargetLowering();
H A DDwarfEHPrepare.cpp120 const TargetLowering *TLI = TM->getTargetLowering();
/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h59 virtual const HexagonTargetLowering* getTargetLowering() const { function in class:llvm::HexagonTargetMachine
H A DHexagonTargetMachine.cpp171 (const HexagonTargetObjectFile &)getTargetLowering()->getObjFileLowering();
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp71 getTargetLowering()->getPointerTy()).getNode();
78 getTargetLowering()->getPointerTy());
94 getTargetLowering()->getPointerTy());
138 R2 = CurDAG->getRegister(SP::G0, getTargetLowering()->getPointerTy());
H A DSparcTargetMachine.h51 virtual const SparcTargetLowering* getTargetLowering() const { function in class:llvm::SparcTargetMachine
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h60 virtual const SystemZTargetLowering *getTargetLowering() const LLVM_OVERRIDE {
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h65 virtual NVPTXTargetLowering *getTargetLowering() const { function in class:llvm::NVPTXTargetMachine
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h51 virtual const PPCTargetLowering *getTargetLowering() const { function in class:llvm::PPCTargetMachine
H A DPPCTargetTransformInfo.cpp51 TLI(TM->getTargetLowering()) {
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp123 getTargetLowering()->getPointerTy());
128 getTargetLowering()->getPointerTy());
155 AliasReg = CurDAG->getRegister(Mips::SP, getTargetLowering()->getPointerTy());
H A DMipsTargetMachine.h81 virtual const MipsTargetLowering *getTargetLowering() const { function in class:llvm::MipsTargetMachine
H A DMipsISelDAGToDAG.cpp61 getTargetLowering()->getPointerTy()).getNode();
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DPasses.h136 const TargetLowering *getTargetLowering() const { function in class:llvm::TargetPassConfig
137 return TM->getTargetLowering();
H A DSelectionDAGISel.h61 const TargetLowering *getTargetLowering() const { function in class:llvm::SelectionDAGISel
62 return TM.getTargetLowering();
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp61 const TargetLowering *TLI = TM.getTargetLowering();
252 createVirtualRegister(TM.getTargetLowering()->getRegClassFor(VT));
263 const TargetLowering *TLI = TM.getTargetLowering();
312 const TargetLowering *TLI = TM.getTargetLowering();
H A DResourcePriorityQueue.cpp45 InstrItins(IS->getTargetLowering()->getTargetMachine().getInstrItineraryData())
47 TII = IS->getTargetLowering()->getTargetMachine().getInstrInfo();
48 TRI = IS->getTargetLowering()->getTargetMachine().getRegisterInfo();
49 TLI = IS->getTargetLowering();
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h121 virtual const TargetLowering *getTargetLowering() const { return 0; } function in class:llvm::TargetMachine

Completed in 300 milliseconds

123