Searched defs:ZeroVal (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSEISelDAGToDAG.cpp | 1042 SDValue ZeroVal = CurDAG->getRegister( in trySelect() local 1066 SDValue ZeroVal = CurDAG->getRegister(Mips::ZERO, MVT::i32); in trySelect() local 1089 SDValue ZeroVal = CurDAG->getRegister(Mips::ZERO, MVT::i32); in trySelect() local 1145 SDValue ZeroVal = CurDAG->getRegister(Mips::ZERO, MVT::i32); in trySelect() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsSEISelDAGToDAG.cpp | 1148 SDValue ZeroVal = CurDAG->getRegister( in trySelect() local 1172 SDValue ZeroVal = CurDAG->getRegister(Mips::ZERO, MVT::i32); in trySelect() local 1195 SDValue ZeroVal = CurDAG->getRegister(Mips::ZERO, MVT::i32); in trySelect() local 1251 SDValue ZeroVal = CurDAG->getRegister(Mips::ZERO, MVT::i32); in trySelect() local
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/include/berberis/intrinsics/ |
D | intrinsics_float.h | 102 #define DEFINE_FLOAT_COMPARE_FUNC(FuncName, FloatType, ZeroVal, Intrinsic) \ argument
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 302 SVal ZeroVal = svalBuilder.makeZeroVal(getContext().CharTy); in VisitCXXConstructExpr() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2885 SDValue ZeroVal = DAG.getConstant(0, dl, MaskVT); in WidenVecRes_MLOAD() local 3319 SDValue ZeroVal = DAG.getConstant(0, dl, MaskVT); in WidenVecOp_MSTORE() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2147 auto *ZeroVal = ConstantInt::get(ZeroTy, 0); in translate() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 741 SVal ZeroVal = C.getSValBuilder().makeZeroVal(Ctx.CharTy); in performKernelMalloc() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 29035 SDValue ZeroVal = DAG.getConstant(0, dl, Mask.getValueType()); in combineMaskedLoad() local 29154 SDValue ZeroVal = DAG.getConstant(0, dl, Mask.getValueType()); in combineMaskedStore() local
|