Searched defs:TruncMask (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | MVELaneInterleavingPass.cpp | 345 SmallVector<int, 16> TruncMask; tryInterleave() local |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUCodeGenPrepare.cpp | 1316 ConstantInt *TruncMask expandDivRem24Impl() local |
H A D | AMDGPUISelLowering.cpp | 2018 SDValue TruncMask = DAG.getConstant((UINT64_C(1) << DivBits) - 1, DL, VT); LowerDIVREM24() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 2564 APInt TruncMask = DemandedBits.zext(OperandBitWidth); SimplifyDemandedBits() local |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 17299 uint64_t TruncMask = ShiftLHS.getConstantOperandVal(1); isDesirableToCommuteWithShift() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 32766 SmallVector<int, 16> TruncMask(WidenNumElts, -1); ReplaceNodeResults() local |