Searched refs:TLInfo (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h89 HexagonTargetLowering TLInfo; member in class:llvm::HexagonSubtarget
108 return &TLInfo;
H A DHexagonSubtarget.cpp84 RegInfo(getHwMode()), TLInfo(TM, *this),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h218 std::unique_ptr<const MipsTargetLowering> TLInfo; member in class:llvm::MipsSubtarget
386 return TLInfo.get();
H A DMipsSubtarget.cpp89 TLInfo(MipsTargetLowering::create(TM, *this)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h154 PPCTargetLowering TLInfo; member in class:llvm::PPCSubtarget
191 return &TLInfo;
H A DPPCSubtarget.cpp60 InstrInfo(*this), TLInfo(TM, *this) {}
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h395 SITargetLowering TLInfo; member in class:llvm::GCNSubtarget
418 return &TLInfo;
1232 R600TargetLowering TLInfo; member in class:llvm::final
1247 return &TLInfo;
H A DAMDGPUSubtarget.cpp286 TLInfo(TM, *this),
545 TLInfo(TM, initializeSubtargetDependencies(TT, GPU, FS)),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h531 return &TLInfo;
553 ARMTargetLowering TLInfo; member in class:llvm::ARMSubtarget
H A DARMSubtarget.cpp111 TLInfo(TM, *this) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h504 X86TargetLowering TLInfo; member in class:llvm::final
517 return &TLInfo;
H A DX86Subtarget.cpp336 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp186 TLInfo(TM, *this) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp258 const TargetLibraryInfo *TLInfo; member in class:__anon4526::CodeGenPrepare
437 TLInfo = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
1968 replaceAndRecursivelySimplify(CI, RetVal, TLInfo, nullptr);
2035 FortifiedLibCallSimplifier Simplifier(TLInfo, true);
4788 const SimplifyQuery SQ(*DL, TLInfo);
5132 RecursivelyDeleteTriviallyDeadInstructions(Repl, TLInfo);
7059 if (Value *V = SimplifyInstruction(P, {*DL, TLInfo})) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp256 std::pair<FileID, unsigned> TLInfo = SM.getDecomposedLoc(Loc); local
257 SrcMgr::SLocEntry SE = SM.getSLocEntry(TLInfo.first);

Completed in 244 milliseconds

12