Home
last modified time | relevance | path

Searched refs:lowerArguments (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h244 bool lowerArguments();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h259 bool lowerArguments();
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h327 virtual void lowerArguments() = 0;
DIceTargetLoweringMIPS32.h606 void lowerArguments() override;
DIceTargetLoweringX8664.h259 void lowerArguments() override;
DIceTargetLoweringX8632.h263 void lowerArguments() override;
DIceCfg.cpp810 getTarget()->lowerArguments(); in doArgLowering()
DIceTargetLoweringARM32.h162 void lowerArguments() override;
DIceTargetLoweringMIPS32.cpp1310 void TargetMIPS32::lowerArguments() { in lowerArguments() function in Ice::MIPS32::TargetMIPS32
DIceTargetLoweringARM32.cpp1187 void TargetARM32::lowerArguments() { in lowerArguments() function in Ice::ARM32::TargetARM32
DIceTargetLoweringX8664.cpp1270 void TargetX8664::lowerArguments() { in lowerArguments() function in Ice::X8664::TargetX8664
DIceTargetLoweringX8632.cpp1354 void TargetX8632::lowerArguments() { in lowerArguments() function in Ice::X8632::TargetX8632
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp110 bool FastISel::lowerArguments() { in lowerArguments() function in FastISel
DSelectionDAGISel.cpp1331 if (!FastIS->lowerArguments()) { in SelectAllBasicBlocks()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp146 bool FastISel::lowerArguments() { in lowerArguments() function in FastISel
DSelectionDAGISel.cpp1382 if (!FastIS->lowerArguments()) { in SelectAllBasicBlocks()