Searched refs:PromoteOperand (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 390 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace); 1485 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand() function in DAGCombiner 1528 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in SExtPromoteOperand() 1543 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in ZExtPromoteOperand() 1580 SDValue NN0 = PromoteOperand(N0, PVT, Replace0); in PromoteIntBinOp() 1584 SDValue NN1 = PromoteOperand(N1, PVT, Replace1); in PromoteIntBinOp() 1653 N0 = PromoteOperand(N0, PVT, Replace); in PromoteIntShiftOp()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 14420 …ndEN4llvm7SDValueENS1_3EVTERb", "(anonymous namespace)::DAGCombiner::PromoteOperand(llvm::SDValue,…
|