Home
last modified time | relevance | path

Searched refs:lowerCallOperands (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h572 bool lowerCallOperands(const CallInst *CI, unsigned ArgIdx, unsigned NumArgs,
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp317 std::tie(ReturnValue, CallEndVal) = Builder.lowerCallOperands( in lowerCallFromStatepoint()
DSelectionDAGBuilder.h711 std::pair<SDValue, SDValue> lowerCallOperands(
DFastISel.cpp679 bool FastISel::lowerCallOperands(const CallInst *CI, unsigned ArgIdx, in lowerCallOperands() function in FastISel
746 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
DSelectionDAGBuilder.cpp6689 std::pair<SDValue, SDValue> SelectionDAGBuilder::lowerCallOperands( in lowerCallOperands() function in SelectionDAGBuilder
6856 std::pair<SDValue, SDValue> Result = lowerCallOperands( in visitPatchpoint()