Searched refs:Subc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 3982 SDValue Subc = N->getOperand(2); in Select() local 3983 SDValue Zero = Subc.getOperand(0); in Select() 3985 if (!isNullConstant(Zero) || Subc.getOperand(1) != SmulLoHi.getValue(0) || in Select() 3987 N->getOperand(2) != Subc.getValue(1)) in Select()
|
| H A D | ARMISelLowering.cpp | 18612 SDValue Subc = DAG.getNode(ISD::USUBO, dl, VTs, FalseVal, TrueVal); in PerformCMOVCombine() local 18613 Res = DAG.getNode(ISD::USUBO_CARRY, dl, VTs, FalseVal, Subc, in PerformCMOVCombine() 18614 Subc.getValue(1)); in PerformCMOVCombine()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.td | 4357 def Subc : Builtin, MPATemplate {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 18912 SDValue Subc = in combineADDToADDZE() local 18916 SDValue Invert = DAG.getNode(ISD::XOR, DL, CarryType, Subc.getValue(1), in combineADDToADDZE()
|