Searched refs:PromoteOperand (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 133 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace); 683 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand() function in DAGCombiner 729 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in SExtPromoteOperand() 744 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in ZExtPromoteOperand() 779 SDValue NN0 = PromoteOperand(N0, PVT, Replace0); in PromoteIntBinOp() 789 NN1 = PromoteOperand(N1, PVT, Replace1); in PromoteIntBinOp() 842 N0 = PromoteOperand(N0, PVT, Replace); in PromoteIntShiftOp()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 207 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace); 954 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand() function in DAGCombiner 999 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in SExtPromoteOperand() 1014 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in ZExtPromoteOperand() 1049 SDValue NN0 = PromoteOperand(N0, PVT, Replace0); in PromoteIntBinOp() 1059 NN1 = PromoteOperand(N1, PVT, Replace1); in PromoteIntBinOp() 1112 N0 = PromoteOperand(N0, PVT, Replace); in PromoteIntShiftOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 263 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace); 1099 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand() function in DAGCombiner 1142 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in SExtPromoteOperand() 1157 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in ZExtPromoteOperand() 1194 SDValue NN0 = PromoteOperand(N0, PVT, Replace0); in PromoteIntBinOp() 1198 SDValue NN1 = PromoteOperand(N1, PVT, Replace1); in PromoteIntBinOp() 1265 N0 = PromoteOperand(N0, PVT, Replace); in PromoteIntShiftOp()
|