Searched refs:lowerCall (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8664.h80 lowerCall(Call);
H A DIceTargetLowering.h405 virtual void lowerCall(const InstCall *Instr) = 0;
H A DIceTargetLowering.cpp430 lowerCall(llvm::cast<InstCall>(Instr));
H A DIceTargetLoweringX86BaseImpl.h2599 // OperandList in lowerCall. std::max() is supposed to work, but it doesn't.
2605 void TargetX86Base<TraitsType>::lowerCall(const InstCall *Instr) { function in class:Ice::X86NAMESPACE::TargetX86Base
4238 lowerCall(Call);
4332 lowerCall(Call);
4358 lowerCall(Call);
4366 lowerCall(Call);
5175 lowerCall(Call);
5247 lowerCall(Call);
5357 lowerCall(Call);
H A DIceTargetLoweringMIPS32.h772 void lowerCall(const InstCall *Instr) override;
H A DIceTargetLoweringARM32.h217 void lowerCall(const InstCall *Instr) override;
H A DIceTargetLoweringX86Base.h271 void lowerCall(const InstCall *Instr) override;
H A DIceTargetLoweringMIPS32.cpp3354 void TargetMIPS32::lowerCall(const InstCall *Instr) { function in class:Ice::MIPS32::__anon23514::TargetMIPS32
H A DIceTargetLoweringARM32.cpp3693 void TargetARM32::lowerCall(const InstCall *Instr) {
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h527 bool lowerCall(const CallInst *I);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1013 bool FastISel::lowerCall(const CallInst *CI) { function in class:FastISel
1095 return lowerCall(Call);

Completed in 1485 milliseconds