Searched refs:getTargetMachine (Results 1 - 25 of 64) sorted by relevance

123

/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp56 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h55 TargetMachine &getTargetMachine() { return *TM; } function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h65 TargetMachine &getTargetMachine() { return *TM; } function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h75 TargetMachine &getTargetMachine() { return *TM; } function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h54 TargetMachine &getTargetMachine() { return *TM; } function in class:llvm::orc::KaleidoscopeJIT
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp69 /// getTargetMachine - Return a reference to the TargetMachine, casted
71 const MBlazeTargetMachine &getTargetMachine() { function in class:__anon22872::MBlazeDAGToDAGISel
78 return getTargetMachine().getInstrInfo();
H A DMBlazeISelLowering.cpp249 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
348 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
416 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
704 getTargetMachine(), ArgLocs, *DAG.getContext());
843 getTargetMachine(), RVLocs, *DAG.getContext());
886 getTargetMachine(), ArgLocs, *DAG.getContext());
1018 getTargetMachine(), RVLocs, *DAG.getContext());
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXISelLowering.cpp201 const PTXSubtarget& ST = getTargetMachine().getSubtarget<PTXSubtarget>();
283 const PTXSubtarget& ST = getTargetMachine().getSubtarget<PTXSubtarget>();
358 assert(getTargetMachine().getSubtarget<PTXSubtarget>().callsAreHandled() &&
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMGlobalMerge.cpp190 if (TLOF.getKindForGlobal(I, TLI->getTargetMachine()).isBSSLocal())
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp71 /// getTargetMachine - Return a reference to the TargetMachine, casted
73 const MipsTargetMachine &getTargetMachine() { function in class:__anon22892::MipsDAGToDAGISel
80 return getTargetMachine().getInstrInfo();
H A DMipsISelLowering.cpp790 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
883 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
956 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
1108 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
1176 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo();
1317 assert(getTargetMachine().getFrameLowering()->getStackAlignment() >=
1390 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) {
1396 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) {
1441 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) {
1476 if (getTargetMachine()
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp298 getTargetMachine(), ArgLocs, *DAG.getContext());
391 getTargetMachine(), ArgLocs, *DAG.getContext());
520 getTargetMachine(), RVLocs, *DAG.getContext());
565 getTargetMachine(), RVLocs, *DAG.getContext());
731 bool IsPic = getTargetMachine().getRelocationModel() == Reloc::PIC_;
733 Subtarget.GVRequiresExtraLoad(GV, getTargetMachine(), false);
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaISelDAGToDAG.cpp172 /// getTargetMachine - Return a reference to the TargetMachine, casted
174 const AlphaTargetMachine &getTargetMachine() { function in class:__anon22847::AlphaDAGToDAGISel
181 return getTargetMachine().getInstrInfo();
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h98 TargetMachine &getTargetMachine() { return *TM; } function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A DKaleidoscopeJIT.h114 TargetMachine &getTargetMachine() { return *TM; } function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h294 TargetMachine *getTargetMachine() override { return TM.get(); }
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp330 const TargetMachine &TM = getTLI()->getTargetMachine();
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h188 const PPCTargetMachine &getTargetMachine() const { return TM; } function in class:llvm::PPCSubtarget
/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1135 getTargetMachine().getObjFileLowering());
1139 if (getTargetMachine().getCodeModel() == CodeModel::Small ||
1169 getTargetMachine().getObjFileLowering());
1173 if (getTargetMachine().getCodeModel() == CodeModel::Small ||
1174 TLOF->isGlobalInSmallSection(GV, getTargetMachine())) {
1217 if (getTargetMachine().getCodeModel() == CodeModel::Small) {
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp317 getTargetMachine(), ArgLocs, *DAG.getContext());
400 getTargetMachine(), RVLocs, *DAG.getContext());
454 getTargetMachine(), ArgLocs, *DAG.getContext());
577 getTargetMachine(), RVLocs, *DAG.getContext());
1026 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo();
1139 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo();
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h423 virtual TargetMachine *getTargetMachine() { return nullptr; } function in class:llvm::ExecutionEngine
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp269 auto* pTarget = mpExec->getTargetMachine();
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelLowering.cpp789 const TargetRegisterInfo *RegInfo = getTargetMachine().getRegisterInfo();
907 getTargetMachine(), ArgLocs, *DAG.getContext());
1030 getTargetMachine(), RVLocs, *DAG.getContext());
1090 getTargetMachine(), ArgLocs, *DAG.getContext());
1199 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(), RVLocs, Context);
1216 getTargetMachine(), RVLocs, *DAG.getContext());
1260 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo();
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp542 TheModule->setDataLayout(TheJIT->getTargetMachine().createDataLayout());
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp287 return wrap(unwrap(EE)->getTargetMachine());

Completed in 2286 milliseconds

123