Home
last modified time | relevance | path

Searched refs:getTargetMachine (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp520 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitSel16()
582 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitSelT16()
646 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitSeliT16()
711 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFEXT_T8I816_ins()
727 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFEXT_T8I8I16_ins()
761 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFEXT_CCRX16_ins()
778 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFEXT_CCRXI16_ins()
DMipsISelLowering.cpp936 return insertDivByZeroTrap(MI, *BB, *getTargetMachine().getInstrInfo(), in EmitInstrWithCustomInserter()
944 return insertDivByZeroTrap(MI, *BB, *getTargetMachine().getInstrInfo(), in EmitInstrWithCustomInserter()
962 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitAtomicBinary()
1045 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitSignExtendToI32InReg()
1081 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitAtomicBinaryPartword()
1231 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitAtomicCmpSwap()
1313 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitAtomicCmpSwapPartword()
1448 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo(); in emitSEL_D()
1449 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitSEL_D()
1493 if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) || in lowerBR_JT()
[all …]
DMipsSEISelLowering.cpp2747 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitBPOSGE32()
2812 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitMSACBranchPseudo()
2873 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitCOPY_FW()
2907 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitCOPY_FD()
2936 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitINSERT_FW()
2970 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitINSERT_FD()
3018 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitINSERT_DF_VIDX()
3128 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFILL_FW()
3159 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFILL_FD()
3187 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in emitFEXP2_W_1()
[all …]
/external/llvm/lib/Target/R600/
DSIISelLowering.cpp284 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in shouldConvertConstantLoadToIntImm()
312 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo(); in LowerFormalArguments()
366 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments()
462 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in EmitInstrWithCustomInserter()
523 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in EmitInstrWithCustomInserter()
538 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in EmitInstrWithCustomInserter()
552 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in EmitInstrWithCustomInserter()
1231 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in foldImm()
1266 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo()); in getRegClassForNode()
1318 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo(); in fitsRegClass()
[all …]
DR600ISelLowering.cpp1419 getTargetMachine().getFrameLowering()); in LowerSTORE()
1603 getTargetMachine().getFrameLowering()); in LowerLOAD()
1667 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments()
DAMDGPUISelLowering.cpp598 const DataLayout *TD = getTargetMachine().getDataLayout(); in LowerConstantInitializer()
675 const DataLayout *TD = getTargetMachine().getDataLayout(); in LowerGlobalAddress()
771 static_cast<const AMDGPUFrameLowering*>(getTargetMachine().getFrameLowering()); in LowerFrameIndex()
/external/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp46 InstrItins(IS->getTargetLowering()->getTargetMachine().getInstrItineraryData()) in ResourcePriorityQueue()
48 TII = IS->getTargetLowering()->getTargetMachine().getInstrInfo(); in ResourcePriorityQueue()
49 TRI = IS->getTargetLowering()->getTargetMachine().getRegisterInfo(); in ResourcePriorityQueue()
DTargetLowering.cpp224 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in getJumpTableEncoding()
228 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr) in getJumpTableEncoding()
260 if (getTargetMachine().getRelocationModel() == Reloc::Static) in isOffsetFoldingLegal()
264 if (getTargetMachine().getRelocationModel() == Reloc::DynamicNoPIC && in isOffsetFoldingLegal()
2180 const TargetRegisterInfo *RI = getTargetMachine().getRegisterInfo(); in getRegForInlineAsmConstraint()
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.h197 TargetMachine *getTargetMachine() override { return &TM; } in getTargetMachine() function
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp274 if (XTL.getTargetMachine().getCodeModel() == CodeModel::Small) in IsSmallObject()
803 const TargetRegisterInfo *RegInfo = getTargetMachine().getRegisterInfo(); in LowerFRAMEADDR()
849 const TargetRegisterInfo *RegInfo = getTargetMachine().getRegisterInfo(); in LowerEH_RETURN()
1122 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCCallTo()
1133 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCCCCallTo()
1288 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCArguments()
1446 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(), RVLocs, Context); in CanLowerReturn()
1471 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerReturn()
1544 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo(); in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp441 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCArguments()
537 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerReturn()
587 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCCallTo()
723 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult()
1202 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo(); in EmitShiftInstr()
1313 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo(); in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1605 TLSModel::Model Model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddress()
2237 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
2244 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments_32SVR4()
2318 getTargetMachine(), ByValArgLocs, *DAG.getContext()); in LowerFormalArguments_32SVR4()
2447 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
2722 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()
3097 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
3114 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization()
3526 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult()
3589 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp353 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments_32()
553 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments_64()
898 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall_32()
918 ((const SparcTargetMachine&)getTargetMachine()).getRegisterInfo(); in LowerCall_32()
1213 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall_64()
1231 ((const SparcTargetMachine&)getTargetMachine()).getRegisterInfo(); in LowerCall_64()
1805 if (getTargetMachine().getRelocationModel() == Reloc::PIC_) { in makeAddress()
1820 switch(getTargetMachine().getCodeModel()) { in makeAddress()
1871 TLSModel::Model model = getTargetMachine().getTLSModel(GV); in LowerGlobalTLSAddress()
1907 const uint32_t *Mask = getTargetMachine() in LowerGlobalTLSAddress()
[all …]
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h318 TargetMachine *getTargetMachine() override { return TM; } in getTargetMachine() function
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1122 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in getSchedulingPreference()
1209 getTargetMachine().Options.FloatABIType == FloatABI::Hard && in getEffectiveCallingConv()
1260 getTargetMachine(), RVLocs, *DAG.getContext(), Call); in LowerCallResult()
1421 getTargetMachine(), ArgLocs, *DAG.getContext(), Call); in LowerCall()
1608 getTargetMachine().getRelocationModel() == Reloc::Static) && in LowerCall()
1648 getTargetMachine().getRelocationModel() != Reloc::Static; in LowerCall()
1674 getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall()
1681 getTargetMachine().getRelocationModel() != Reloc::Static; in LowerCall()
1703 getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall()
1743 const TargetRegisterInfo *TRI = getTargetMachine().getRegisterInfo(); in LowerCall()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp772 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in EmitF128CSEL()
1650 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments()
1920 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult()
1983 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization()
2007 getTargetMachine(), ArgLocs, *DAG.getContext()); in isEligibleForTailCallOptimization()
2020 getTargetMachine(), RVLocs1, *DAG.getContext()); in isEligibleForTailCallOptimization()
2025 getTargetMachine(), RVLocs2, *DAG.getContext()); in isEligibleForTailCallOptimization()
2051 getTargetMachine(), ArgLocs, *DAG.getContext()); in isEligibleForTailCallOptimization()
2149 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCall()
2362 if (getTargetMachine().getCodeModel() == CodeModel::Large && in LowerCall()
[all …]
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h481 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp326 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerReturn()
376 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult()
431 getTargetMachine(), ArgLocs, *DAG.getContext(), in LowerCall()
847 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments()
1027 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) { in LowerGLOBALADDRESS()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp326 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp138 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon0799fe210111::SystemZDAGToDAGISel
143 return getTargetMachine().getInstrInfo(); in getInstrInfo()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DSIISelLowering.cpp68 const TargetInstrInfo * TII = getTargetMachine().getInstrInfo(); in EmitInstrWithCustomInserter()
DAMDILISelLowering.cpp101 const AMDGPUSubtarget &STM = getTargetMachine().getSubtarget<AMDGPUSubtarget>(); in InitAMDILLowering()
/external/mesa3d/src/gallium/drivers/radeon/
DSIISelLowering.cpp68 const TargetInstrInfo * TII = getTargetMachine().getInstrInfo(); in EmitInstrWithCustomInserter()
DAMDILISelLowering.cpp101 const AMDGPUSubtarget &STM = getTargetMachine().getSubtarget<AMDGPUSubtarget>(); in InitAMDILLowering()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp293 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon4d463def0311::X86DAGToDAGISel
300 return getTargetMachine().getInstrInfo(); in getInstrInfo()
462 getTargetMachine().getRelocationModel() != Reloc::PIC_)))) { in PreprocessISelDAG()

12