/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | BenchmarkRunner.cpp | 32 getFunctionReservedRegs(State.getTargetMachine())), in BenchmarkRunner() 67 InstrBenchmark.CpuName = State.getTargetMachine().getTargetCPU(); in runOne() 69 State.getTargetMachine().getTargetTriple().normalize(); in runOne()
|
D | LlvmState.h | 40 const llvm::TargetMachine &getTargetMachine() const { return *TargetMachine; } in getTargetMachine() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.cpp | 56 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelDAGToDAG.cpp | 71 const MBlazeTargetMachine &getTargetMachine() { in getTargetMachine() function in __anon725e610a0111::MBlazeDAGToDAGISel 78 return getTargetMachine().getInstrInfo(); in getInstrInfo()
|
D | MBlazeISelLowering.cpp | 249 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in EmitCustomShift() 348 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in EmitCustomSelect() 416 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in EmitCustomAtomic() 704 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCall() 843 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult() 886 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerFormalArguments() 1018 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerReturn()
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 298 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCArguments() 391 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCCallTo() 520 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult() 565 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerReturn() 731 bool IsPic = getTargetMachine().getRelocationModel() == Reloc::PIC_; in LowerGlobalAddress() 733 Subtarget.GVRequiresExtraLoad(GV, getTargetMachine(), false); in LowerGlobalAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.cpp | 66 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 790 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in EmitInstrWithCustomInserter() 883 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in EmitAtomicBinary() 956 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in EmitAtomicBinaryPartword() 1108 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in EmitAtomicCmpSwap() 1176 const TargetInstrInfo *TII = getTargetMachine().getInstrInfo(); in EmitAtomicCmpSwapPartword() 1317 assert(getTargetMachine().getFrameLowering()->getStackAlignment() >= in LowerDYNAMIC_STACKALLOC() 1390 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) { in LowerGlobalAddress() 1396 if (TLOF.IsGlobalInSmallSection(GV, getTargetMachine())) { in LowerGlobalAddress() 1441 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) { in LowerBlockAddress() 1476 if (getTargetMachine().getRelocationModel() == Reloc::PIC_) { in LowerGlobalTLSAddress() [all …]
|
D | MipsISelDAGToDAG.cpp | 73 const MipsTargetMachine &getTargetMachine() { in getTargetMachine() function in __anon567c1a060111::MipsDAGToDAGISel 80 return getTargetMachine().getInstrInfo(); in getInstrInfo()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXISelLowering.cpp | 201 const PTXSubtarget& ST = getTargetMachine().getSubtarget<PTXSubtarget>(); in LowerFormalArguments() 283 const PTXSubtarget& ST = getTargetMachine().getSubtarget<PTXSubtarget>(); in LowerReturn() 358 assert(getTargetMachine().getSubtarget<PTXSubtarget>().callsAreHandled() && in LowerCall()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 55 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 73 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 54 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 65 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 86 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 63 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 317 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCArguments() 400 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerReturn() 454 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCCallTo() 577 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult() 1026 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo(); in EmitShiftInstr() 1139 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo(); in EmitInstrWithCustomInserter()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 75 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 93 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMGlobalMerge.cpp | 190 if (TLOF.getKindForGlobal(I, TLI->getTargetMachine()).isBSSLocal()) in doInitialization()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelDAGToDAG.cpp | 174 const AlphaTargetMachine &getTargetMachine() { in getTargetMachine() function in __anond43cd2200111::AlphaDAGToDAGISel 181 return getTargetMachine().getInstrInfo(); in getInstrInfo()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 789 const TargetRegisterInfo *RegInfo = getTargetMachine().getRegisterInfo(); in LowerFRAMEADDR() 907 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCCallTo() 1030 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerCallResult() 1090 getTargetMachine(), ArgLocs, *DAG.getContext()); in LowerCCCArguments() 1199 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(), RVLocs, Context); in CanLowerReturn() 1216 getTargetMachine(), RVLocs, *DAG.getContext()); in LowerReturn() 1260 const TargetInstrInfo &TII = *getTargetMachine().getInstrInfo(); in EmitInstrWithCustomInserter()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 98 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | InstructionSelect.cpp | 232 ->getTargetMachine() in runOnMachineFunction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 188 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|