Searched refs:isArgValueUsed (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 6567 bool isArgValueUsed = !I->use_empty(); in LowerArguments() local 6605 ISD::InputArg MyFlags(Flags, RegisterVT, isArgValueUsed); in LowerArguments()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 7858 bool isArgValueUsed = !I->use_empty(); in LowerArguments() local 7922 ISD::InputArg MyFlags(Flags, RegisterVT, VT, isArgValueUsed, in LowerArguments()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 8914 bool isArgValueUsed = !Arg.use_empty(); in LowerArguments() local 8998 ISD::InputArg MyFlags(Flags, RegisterVT, VT, isArgValueUsed, in LowerArguments()
|