Home
last modified time | relevance | path

Searched defs:SignBit (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp71 uint8_t SignBit; member
[all...]
H A DLegalizeFloatTypes.cpp302 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
[all...]
H A DDAGCombiner.cpp11232 SDValue SignBit = DAG.getConstant( in visitBITCAST() local
11253 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
11301 APInt SignBit = APInt::getSignMask(VT.getSizeInBits() / 2); in visitBITCAST() local
11322 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp973 APInt SignBit = APInt::getSignMask(32); in PerformDAGCombine() local
1018 APInt SignBit = APInt::getSignMask(32).sext(64); in PerformDAGCombine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3952 auto SignBit = MIRBuilder.buildConstant(S64, 63); in lowerSITOFP() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2100 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
2423 const SDValue SignBit = DAG.getConstant(63, SL, MVT::i64); in LowerINT_TO_FP32() local

Completed in 44 milliseconds