Home
last modified time | relevance | path

Searched defs:TM (Results 251 – 275 of 375) sorted by relevance

1...<<1112131415

/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp45 explicit SparcAsmPrinter(TargetMachine &TM, in SparcAsmPrinter()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp68 const TargetMachine &TM = ST.getTargetLowering()->getTargetMachine(); in AArch64LegalizerInfo() local
1004 auto &TM = ST->getTargetLowering()->getTargetMachine(); in legalizeSmallCMGlobalValue() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp54 ARMAsmPrinter::ARMAsmPrinter(TargetMachine &TM, in ARMAsmPrinter()
121 const TargetMachine& TM = MF.getTarget(); in runOnMachineFunction() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp93 const TargetMachine &TM = TPC.getTM<TargetMachine>(); in runOnFunction() local
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.cpp167 const auto &TM = State.getTargetMachine(); in Analysis() local
/openbsd/gnu/llvm/llvm/tools/opt/
H A DNewPMDriver.cpp323 bool llvm::runPassPipeline(StringRef Arg0, Module &M, TargetMachine *TM, in runPassPipeline()
/openbsd/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp552 TypeModifier TM = TypeModifier::NoModifier; in parsePrototypeDescriptor() local
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp283 void SampleProfileProber::instrumentOneFunc(Function &F, TargetMachine *TM) { in instrumentOneFunc()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp748 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp46 explicit VEAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in VEAsmPrinter()
H A DVEISelLowering.cpp100 const auto &TM = getTargetMachine(); in initSPUActions() local
650 const TargetMachine &TM = DAG.getTarget(); in LowerCall() local
898 VETargetLowering::VETargetLowering(const TargetMachine &TM, in VETargetLowering()
1777 const VETargetMachine *TM = in lowerINTRINSIC_WO_CHAIN() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp50 X86AsmPrinter::X86AsmPrinter(TargetMachine &TM, in X86AsmPrinter()
H A DX86Subtarget.h64 const TargetMachine &TM; variable
H A DX86ExpandPseudo.cpp251 auto &TM = MBB.getParent()->getTarget(); in expandCALL_RVMARKER() local
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp332 bool shouldEmitPTXNoReturn(const Value *V, const TargetMachine &TM) { in shouldEmitPTXNoReturn()
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp45 explicit SPIRVAsmPrinter(TargetMachine &TM, in SPIRVAsmPrinter()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h386 void setTargetAndMode(const ParsedClangName &TM) { ClangNameParts = TM; } in setTargetAndMode()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp467 AArch64PassConfig(AArch64TargetMachine &TM, PassManagerBase &PM) in AArch64PassConfig()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp879 const TargetMachine &TM = MF.getTarget(); in runOnMachineFunction() local
H A DMipsSubtarget.h217 const MipsTargetMachine &TM; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp643 auto *TM = &getAnalysis<TargetPassConfig>().getTM<TargetMachine>(); in runOnFunction() local
H A DAnalysis.cpp523 bool llvm::isInTailCallPosition(const CallBase &Call, const TargetMachine &TM) { in isInTailCallPosition()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp413 WebAssemblyTargetMachine &TM, in getGlobalVariable()
927 auto &TM = TPC->getTM<WebAssemblyTargetMachine>(); in runOnModule() local
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp741 std::unique_ptr<TargetMachine> &TM, bool IsMIR) { in parseReducerWorkItem()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h296 const TargetMachine *TM; variable

1...<<1112131415