Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerHelper.h336 LegalizeResult lowerLoad(MachineInstr &MI);
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h405 virtual void lowerLoad(const InstLoad *Instr) = 0;
DIceTargetLowering.cpp442 lowerLoad(llvm::cast<InstLoad>(Instr)); in lower()
DIceTargetLoweringMIPS32.h782 void lowerLoad(const InstLoad *Instr) override;
DIceTargetLoweringARM32.h286 void lowerLoad(const InstLoad *Instr) override;
DIceTargetLoweringX86Base.h279 void lowerLoad(const InstLoad *Instr) override;
DIceTargetLoweringX86BaseImpl.h4206 lowerLoad(Load);
6048 void TargetX86Base<TraitsType>::lowerLoad(const InstLoad *Load) {
DIceTargetLoweringMIPS32.cpp5194 void TargetMIPS32::lowerLoad(const InstLoad *Instr) { in lowerLoad() function in Ice::MIPS32::TargetMIPS32
DIceTargetLoweringARM32.cpp5472 void TargetARM32::lowerLoad(const InstLoad *Load) { in lowerLoad() function in Ice::ARM32::TargetARM32
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp2646 LegalizerHelper::lowerLoad(MachineInstr &MI) { in lowerLoad() function in LegalizerHelper
2971 return lowerLoad(MI); in lower()