/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | LlvmState.h | 45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
|
H A D | BenchmarkRunner.cpp | 141 InstrBenchmark.CpuName = std::string(State.getTargetMachine().getTargetCPU()); in runConfiguration() 143 State.getTargetMachine().getTargetTriple().normalize(); in runConfiguration()
|
H A D | LlvmState.cpp | 42 BitVector ReservedRegs = getFunctionReservedRegs(getTargetMachine()); in LLVMState()
|
H A D | SnippetRepetitor.cpp | 53 State.getTargetMachine().getTargetTriple())) {} in LoopSnippetRepetitor()
|
H A D | SnippetFile.cpp | 133 const TargetMachine &TM = State.getTargetMachine(); in readSnippets()
|
H A D | ParallelSnippetGenerator.cpp | 165 State.getTargetMachine().getTargetTriple()) in generateCodeTemplates()
|
H A D | SnippetGenerator.cpp | 51 ET.getScratchMemoryRegister(State.getTargetMachine().getTargetTriple()); in generateConfigurations()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZSubtarget.cpp | 108 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in isPC32DBLSymbol()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetTransformInfo.cpp | 106 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.cpp | 245 CodeModel::Medium == getTargetMachine().getCodeModel(); in isUsingPCRelativeCalls()
|
H A D | PPCSubtarget.h | 214 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|
H A D | PPCTargetTransformInfo.cpp | 364 const PPCTargetMachine &TM = ST->getTargetMachine(); in mightUseCTR() 715 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable() 1286 const PPCTargetMachine &TM = ST->getTargetMachine(); in shouldBuildRelLookupTables()
|
H A D | PPCISelLowering.cpp | 3125 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBase() 3142 switch (getTargetMachine().getCodeModel()) { in getPICJumpTableRelocBaseExpr() 3278 const TargetMachine &TM = getTargetMachine(); in LowerGlobalTLSAddressLinux() 3980 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4() 4223 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4() 4776 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4() 4832 !callsShareTOCBase(&Caller, Callee, getTargetMachine())) in IsEligibleForTailCallOptimization_64SVR4() 4865 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization() 4882 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in IsEligibleForTailCallOptimization() 5231 Subtarget.getTargetMachine().getRelocationModel() == Reloc::PIC_; in transformCallee() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/ |
H A D | main.cpp | 102 const TargetMachine &getTargetMachine() const { return *TM; } in getTargetMachine() function in llvm::orc::SimpleJIT
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1132 getTargetMachine().getObjFileLowering()); in LowerConstantPool() 1136 if (getTargetMachine().getCodeModel() == CodeModel::Small || in LowerConstantPool() 1166 getTargetMachine().getObjFileLowering()); in LowerGlobalAddress() 1171 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) { in LowerGlobalAddress() 1214 if (getTargetMachine().getCodeModel() == CodeModel::Small) { in LowerJumpTable()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelect.cpp | 302 TLI.getTargetMachine().getTarget().getBackendName()); in runOnMachineFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 292 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 635 const TargetOptions &Options = TLI->getTargetMachine().Options; in getArithmeticInstrCost() 1107 static_cast<const GCNTargetMachine &>(getTLI()->getTargetMachine()); in rewriteIntrinsicWithAddressSpace() 1164 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 444 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.h | 538 switch (TLInfo.getTargetMachine().getCodeModel()) { in useSmallAddressing()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 289 return wrap(unwrap(EE)->getTargetMachine()); in LLVMGetExecutionEngineTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 68 const TargetMachine &TM = ST.getTargetLowering()->getTargetMachine(); in AArch64LegalizerInfo() 861 auto &TM = ST->getTargetLowering()->getTargetMachine(); in legalizeSmallCMGlobalValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 278 return getTLI()->getTargetMachine().isNoopAddrSpaceCast(FromAS, ToAS); in isNoopAddrSpaceCast() 282 return getTLI()->getTargetMachine().getAssumedAddrSpace(V); in getAssumedAddrSpace() 436 const TargetMachine &TM = getTLI()->getTargetMachine(); in shouldBuildRelLookupTables()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 195 const M68kTargetMachine &getTargetMachine() { in getTargetMachine() function in __anon125f18f40211::M68kDAGToDAGISel
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 363 return getTargetMachine().isPositionIndependent(); in isJumpTableRelative()
|