OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTargetLowering
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp
52
const TargetLowering &CombinerHelper::
getTargetLowering
() const {
53
return *Builder.getMF().getSubtarget().
getTargetLowering
();
754
const auto &TLI = *MF.getSubtarget().
getTargetLowering
();
822
const auto &TLI = *MF.getSubtarget().
getTargetLowering
();
1089
Ty, getICmpTrueVal(
getTargetLowering
(), false, false));
1224
const auto &TLI = *MF.getSubtarget().
getTargetLowering
();
1338
const auto &TLI = *MF.getSubtarget().
getTargetLowering
();
1444
const auto &TLI = *MF.getSubtarget().
getTargetLowering
();
1947
LLT ShiftAmtTy =
getTargetLowering
().getPreferredShiftAmountTy(SrcTy);
2540
{DstTy,
getTargetLowering
().getPreferredShiftAmountTy(DstTy)}}))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerHelper.h
67
const TargetLowering &
getTargetLowering
() const { return TLI; }
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetSubtargetInfo.h
96
virtual const TargetLowering *
getTargetLowering
() const { return nullptr; }
SelectionDAGISel.h
67
const TargetLowering *
getTargetLowering
() const { return TLI; }
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp
129
TLI(*Subtarget->
getTargetLowering
()) {
210
const TargetLowering *
getTargetLowering
() { return &TLI; }
Completed in 60 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026