OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TLI
(Results
1 - 25
of
175
) sorted by relevancy
1
2
3
4
5
6
7
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InlineAsmLowering.h
29
const TargetLowering *
TLI
;
53
const TargetLowering *getTLI() const { return
TLI
; }
57
return static_cast<const XXXTargetLowering *>(
TLI
);
61
InlineAsmLowering(const TargetLowering *
TLI
) :
TLI
(
TLI
) {}
LegalizerHelper.h
49
const TargetLowering &
TLI
;
67
const TargetLowering &getTargetLowering() const { return
TLI
; }
/src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCTargetTransformInfo.h
34
const ARCTargetLowering *
TLI
;
37
const ARCTargetLowering *getTLI() const { return
TLI
; }
42
TLI
(ST->getTargetLowering()) {}
46
: BaseT(static_cast<const BaseT &>(Arg)), ST(Arg.ST),
TLI
(Arg.
TLI
) {}
49
TLI
(std::move(Arg.
TLI
)) {}
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp
26
const TargetLowering &
TLI
= *DAG.getSubtarget().getTargetLowering();
37
.setLibCallee(
TLI
.getLibcallCallingConv(RTLIB::MEMCPY),
40
"__memcpy_4",
TLI
.getPointerTy(DAG.getDataLayout())),
44
std::pair<SDValue,SDValue> CallResult =
TLI
.LowerCallTo(CLI);
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h
44
TargetLibraryInfo *
TLI
= nullptr;
57
bool runImpl(Function &F, MemoryDependenceResults *MD, TargetLibraryInfo *
TLI
,
NaryReassociate.h
184
TargetLibraryInfo *
TLI
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
72
const TargetLowering &
TLI
= G->getTargetLoweringInfo();
73
const char *Name =
TLI
.getTargetNodeName(getOpcode());
InstrEmitter.h
37
const TargetLowering *
TLI
;
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.h
34
const WebAssemblyTargetLowering *
TLI
;
37
const WebAssemblyTargetLowering *getTLI() const { return
TLI
; }
42
TLI
(ST->getTargetLowering()) {}
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LazyBranchProbabilityInfo.h
59
const TargetLibraryInfo *
TLI
)
60
: Calculated(false), F(F), LI(LI),
TLI
(
TLI
) {}
66
BPI.calculate(*F, *LI,
TLI
, nullptr, nullptr);
81
const TargetLibraryInfo *
TLI
;
PHITransAddr.h
42
///
TLI
- The target library info if known, otherwise null.
43
const TargetLibraryInfo *
TLI
;
53
: Addr(addr), DL(DL),
TLI
(nullptr), AC(AC) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
StackProtector.h
45
///
TLI
- Keep a pointer of a TargetLowering to consult for determining
47
const TargetLoweringBase *
TLI
= nullptr;
SwiftErrorValueTracking.h
40
const TargetLowering *
TLI
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
AutoInitRemark.h
38
const TargetLibraryInfo &
TLI
;
41
const DataLayout &DL, const TargetLibraryInfo &
TLI
)
42
: ORE(ORE), RemarkPass(RemarkPass), DL(DL),
TLI
(
TLI
) {}
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h
66
TargetLibraryInfo *
TLI
= nullptr;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyBranchProbabilityInfo.cpp
59
TargetLibraryInfo &
TLI
=
61
LBPI = std::make_unique<LazyBranchProbabilityInfo>(&F, &LI, &
TLI
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
FinalizeISel.cpp
50
const TargetLowering *
TLI
= MF.getSubtarget().getTargetLowering();
62
MachineBasicBlock *NewMBB =
TLI
->EmitInstrWithCustomInserter(MI, MBB);
74
TLI
->finalizeLowering(MF);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64GlobalISelUtils.cpp
68
auto &
TLI
= *MIRBuilder.getMF().getSubtarget().getTargetLowering();
69
if (!
TLI
.getLibcallName(RTLIB::BZERO))
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFTargetTransformInfo.h
30
const BPFTargetLowering *
TLI
;
33
const BPFTargetLowering *getTLI() const { return
TLI
; }
38
TLI
(ST->getTargetLowering()) {}
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp
33
const TargetLowering &
TLI
= *DAG.getSubtarget().getTargetLowering();
54
TLI
.getLibcallCallingConv(RTLIB::MEMCPY),
57
SpecialMemcpyName,
TLI
.getPointerTy(DAG.getDataLayout()), Flags),
61
std::pair<SDValue, SDValue> CallResult =
TLI
.LowerCallTo(CLI);
HexagonTargetTransformInfo.h
40
const HexagonTargetLowering &
TLI
;
43
const HexagonTargetLowering *getTLI() const { return &
TLI
; }
55
ST(*TM->getSubtargetImpl(F)),
TLI
(*ST.getTargetLowering()) {}
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiTargetTransformInfo.h
34
const LanaiTargetLowering *
TLI
;
37
const LanaiTargetLowering *getTLI() const { return
TLI
; }
42
TLI
(ST->getTargetLowering()) {}
92
int ISD =
TLI
->InstructionOpcodeToISD(Opcode);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h
32
const PPCTargetLowering *
TLI
;
35
const PPCTargetLowering *getTLI() const { return
TLI
; }
42
TLI
(ST->getTargetLowering()) {}
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.h
24
const SystemZTargetLowering *
TLI
;
27
const SystemZTargetLowering *getTLI() const { return
TLI
; }
34
TLI
(ST->getTargetLowering()) {}
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VETargetTransformInfo.h
31
const VETargetLowering *
TLI
;
34
const VETargetLowering *getTLI() const { return
TLI
; }
41
TLI
(ST->getTargetLowering()) {}
Completed in 28 milliseconds
1
2
3
4
5
6
7
Indexes created Thu Aug 06 00:25:04 UTC 2026