Home
last modified time | relevance | path

Searched refs:RISCVTargetLowering (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVCallLowering.h23 class RISCVTargetLowering; variable
28 RISCVCallLowering(const RISCVTargetLowering &TLI);
H A DRISCVISelDAGToDAG.cpp302 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEG()
345 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEGFF()
390 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLXSEG()
448 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSSEG()
478 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSXSEG()
1017 switch (RISCVTargetLowering::getLMUL(Src1VT)) { in Select()
1077 switch (RISCVTargetLowering::getLMUL(Src1VT)) { in Select()
1097 switch (RISCVTargetLowering::getLMUL(VT)) { in Select()
1310 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1358 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
[all …]
H A DRISCVISelLowering.cpp48 RISCVTargetLowering::RISCVTargetLowering(const TargetMachine &TM, in RISCVTargetLowering() function in RISCVTargetLowering
1191 bool RISCVTargetLowering::
1218 bool RISCVTargetLowering::shouldSinkOperands( in shouldSinkOperands()
1335 bool RISCVTargetLowering::isOffsetFoldingLegal( in isOffsetFoldingLegal()
1446 RISCVII::VLMUL RISCVTargetLowering::getLMUL(MVT VT) { in getLMUL()
10571 void RISCVTargetLowering::analyzeInputArgs( in analyzeInputArgs()
10603 void RISCVTargetLowering::analyzeOutputArgs( in analyzeOutputArgs()
10920 SDValue RISCVTargetLowering::LowerFormalArguments( in LowerFormalArguments()
11455 bool RISCVTargetLowering::CanLowerReturn( in CanLowerReturn()
11577 void RISCVTargetLowering::validateCCReservedRegs( in validateCCReservedRegs()
[all …]
H A DRISCVCallLowering.cpp21 RISCVCallLowering::RISCVCallLowering(const RISCVTargetLowering &TLI) in RISCVCallLowering()
H A DRISCVSubtarget.h110 RISCVTargetLowering TLInfo;
137 const RISCVTargetLowering *getTargetLowering() const override { in getTargetLowering()
H A DRISCVTargetTransformInfo.h35 const RISCVTargetLowering *TLI;
38 const RISCVTargetLowering *getTLI() const { return TLI; } in getTLI()
H A DRISCVISelLowering.h347 class RISCVTargetLowering : public TargetLowering {
351 explicit RISCVTargetLowering(const TargetMachine &TM,
612 const RISCVTargetLowering &TLI,
H A DRISCVInstrInfoA.td113 // RISCVTargetLowering::{emitLeadingFence,emitTrailingFence}.
310 // RISCVTargetLowering::{emitLeadingFence,emitTrailingFence}.
H A DRISCVTargetTransformInfo.cpp315 return RISCVTargetLowering::computeVLMAX(VectorBitsMax, EltSize, MinSize); in getMaxVLFor()
H A DRISCVGatherScatterLowering.cpp34 const RISCVTargetLowering *TLI = nullptr;