Searched refs:lowerCallOperands (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 572 bool lowerCallOperands(const CallInst *CI, unsigned ArgIdx, unsigned NumArgs,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 317 std::tie(ReturnValue, CallEndVal) = Builder.lowerCallOperands( in lowerCallFromStatepoint()
|
D | SelectionDAGBuilder.h | 711 std::pair<SDValue, SDValue> lowerCallOperands(
|
D | FastISel.cpp | 679 bool FastISel::lowerCallOperands(const CallInst *CI, unsigned ArgIdx, in lowerCallOperands() function in FastISel 746 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 6689 std::pair<SDValue, SDValue> SelectionDAGBuilder::lowerCallOperands( in lowerCallOperands() function in SelectionDAGBuilder 6856 std::pair<SDValue, SDValue> Result = lowerCallOperands( in visitPatchpoint()
|