/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 172 const TargetLoweringBase *getTLI() const { in getTLI() function 173 return static_cast<const T *>(this)->getTLI(); in getTLI() 255 return getTLI()->allowsMisalignedMemoryAccesses( in allowsMisalignedMemoryAccesses() 278 return getTLI()->getTargetMachine().isNoopAddrSpaceCast(FromAS, ToAS); in isNoopAddrSpaceCast() 282 return getTLI()->getTargetMachine().getAssumedAddrSpace(V); in getAssumedAddrSpace() 291 return getTLI()->isLegalAddImmediate(imm); in isLegalAddImmediate() 295 return getTLI()->isLegalICmpImmediate(imm); in isLegalICmpImmediate() 306 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace, I); 311 EVT VT = getTLI()->getValueType(DL, Ty); in isIndexedLoadLegal() 312 return getTLI()->isIndexedLoadLegal(getISDIndexedMode(M), VT); in isIndexedLoadLegal() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.h | 53 const TargetLowering *getTLI() const { return TLI; } in getTLI() function 56 template <class XXXTargetLowering> const XXXTargetLowering *getTLI() const { in getTLI() function
|
H A D | CallLowering.h | 323 const TargetLowering *getTLI() const { in getTLI() function 329 const XXXTargetLowering *getTLI() const { in getTLI() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.h | 50 const TargetLoweringBase *getTLI() const { return TLI; } in getTLI() function 79 const SITargetLowering *getTLI() const { return TLI; } in getTLI() function 239 const AMDGPUTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
H A D | AMDGPUCallLowering.cpp | 274 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in canLowerReturn() 296 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerReturnVal() 495 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerFormalArgumentsKernel() 701 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerFormalArguments() 951 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in doCallerAndCalleePassArgsTheSameWay() 981 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in areCalleeOutgoingArgsTailCallable() 1110 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerTailCall() 1253 const SITargetLowering &TLI = *getTLI<SITargetLowering>(); in lowerCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreTargetTransformInfo.h | 36 const XCoreTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
H A D | ARCTargetTransformInfo.h | 37 const ARCTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 355 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerReturn() 551 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerFormalArguments() 651 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in doCallerAndCalleePassArgsTheSameWay() 693 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in areCalleeOutgoingArgsTailCallable() 888 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerTailCall() 1047 const AArch64TargetLowering &TLI = *getTLI<AArch64TargetLowering>(); in lowerCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VETargetTransformInfo.h | 34 const VETargetLowering *getTLI() const { return TLI; } in getTLI() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.cpp | 390 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerReturn() 433 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerFormalArguments() 522 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerCall() 642 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in subTargetRegTypeForCallingConv() 676 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in splitToValueTypes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFTargetTransformInfo.h | 33 const BPFTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LazyBranchProbabilityInfo.cpp | 60 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | InferFunctionAttrs.cpp | 76 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule()
|
H A D | SCCP.cpp | 66 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetTransformInfo.h | 37 const WebAssemblyTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
H A D | WebAssemblyTargetTransformInfo.cpp | 106 const TargetMachine &TM = getTLI()->getTargetMachine(); in areInlineCompatible()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 189 auto &TLI = *getTLI<ARMTargetLowering>(); in lowerReturnVal() 365 auto &TLI = *getTLI<ARMTargetLowering>(); in lowerFormalArguments() 454 const auto &TLI = *getTLI<ARMTargetLowering>(); in lowerCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.h | 36 const NVPTXTargetLowering *getTLI() const { return TLI; }; in getTLI() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetTransformInfo.h | 37 const LanaiTargetLowering *getTLI() const { return TLI; } in getTLI() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | AnnotationRemarks.cpp | 131 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
|
H A D | DCE.cpp | 163 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
|
H A D | InstSimplifyPass.cpp | 106 &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
|
H A D | PlaceSafepoints.cpp | 135 TLI = &getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction() 483 getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | MetaRenamer.cpp | 158 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 78 getTLI()->isLegalAddImmediate(Imm.getSExtValue())) { in getIntImmCostInst()
|