Searched refs:ZeroVal (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.cpp | 1094 SDValue ZeroVal = CurDAG->getRegister( in trySelect() local 1110 Res = CurDAG->getMachineNode(ADDiuOp, DL, SplatMVT, ZeroVal, LoVal); in trySelect() 1118 SDValue ZeroVal = CurDAG->getRegister(Mips::ZERO, MVT::i32); in trySelect() local 1128 Hi ? SDValue(Res, 0) : ZeroVal, LoVal); in trySelect() 1140 SDValue ZeroVal = CurDAG->getRegister(Mips::ZERO, MVT::i32); in trySelect() local 1150 Hi ? SDValue(Res, 0) : ZeroVal, LoVal); in trySelect() 1196 SDValue ZeroVal = CurDAG->getRegister(Mips::ZERO, MVT::i32); in trySelect() local 1219 Hi ? SDValue(Res, 0) : ZeroVal, LoVal); in trySelect() 1227 Highest ? SDValue(HiRes, 0) : ZeroVal, in trySelect() 1233 (Hi || Lo) ? SDValue(Res, 0) : ZeroVal); in trySelect() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1637 auto *ZeroVal = ConstantInt::get(ZeroTy, 0); in translate() local 1638 unsigned ZeroReg = getOrCreateVReg(*ZeroVal); in translate()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 805 SVal ZeroVal = C.getSValBuilder().makeZeroVal(Ctx.CharTy); in performKernelMalloc() local 806 return MallocMemAux(C, CE, CE->getArg(0), ZeroVal, TrueState); in performKernelMalloc()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 37508 SDValue ZeroVal = DAG.getConstant(0, dl, Mask.getValueType()); in combineMaskedLoad() local 37509 SmallVector<SDValue, 16> Ops(NumConcat, ZeroVal); in combineMaskedLoad() 37646 SDValue ZeroVal = DAG.getConstant(0, dl, Mask.getValueType()); in combineMaskedStore() local 37647 SmallVector<SDValue, 16> Ops(NumConcat, ZeroVal); in combineMaskedStore()
|