Home
last modified time | relevance | path

Searched defs:MaskVal (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp935 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
959 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp362 Value *MaskVal = ConstantInt::get(Type::getInt64Ty(Ctx), Mask); in runOnFunction() local
DSystemZISelLowering.cpp1981 uint64_t MaskVal; in adjustForTestUnderMask() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1028 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
1052 unsigned MaskVal = Shuffle->getMaskValue(i); in SimplifyDemandedVectorElts() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp4884 uint64_t MaskVal = Mask->getZExtValue(); in tryBFE() local
4950 uint64_t MaskVal = MaskCnst->getZExtValue(); in tryBFE() local
DNVPTXISelLowering.cpp3998 uint64_t MaskVal = MaskCnst->getZExtValue(); in PerformANDCombine() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp1266 uint32_t MaskVal = Mask->getZExtValue(); in SelectS_BFE() local
1288 uint32_t MaskVal = Mask->getZExtValue() >> ShiftVal; in SelectS_BFE() local
/external/llvm/unittests/ADT/
DAPIntTest.cpp1036 APInt MaskVal = One.shl(I) - 1; in TEST() local
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1855 SDValue MaskVal = SDValue(getInt64(CurDAG, dl, Mask), 0); in Select64() local
DPPCISelLowering.cpp1695 int MaskVal = SignExtend32(Value, ByteSize * 8); in get_VSPLTI_elt() local
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp765 int MaskVal = ((int)Value << ShAmt) >> ShAmt; in get_VSPLTI_elt() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4520 unsigned MaskVal = (ScalarSize == 64) ? 0x03 : 0x0f; in insert128BitVector() local
29588 SDValue MaskVal = DAG.getConstant(Mask, DL, InVT); in combineVectorTruncationWithPACKUS() local