Searched refs:lowerCallOperands (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 569 bool lowerCallOperands(const CallInst *CI, unsigned ArgIdx, unsigned NumArgs,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 644 std::pair<SDValue, SDValue> lowerCallOperands(
|
D | FastISel.cpp | 675 bool FastISel::lowerCallOperands(const CallInst *CI, unsigned ArgIdx, in lowerCallOperands() function in FastISel 733 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
|
D | SelectionDAGBuilder.cpp | 6865 SelectionDAGBuilder::lowerCallOperands(ImmutableCallSite CS, unsigned ArgIdx, in lowerCallOperands() function in SelectionDAGBuilder 7023 lowerCallOperands(CS, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, in visitPatchpoint()
|