Searched defs:EltBits (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 109 APInt EltBits = MaskBits.extractBits(MaskEltSizeInBits, BitOffset); in extractConstantMask() local
|
H A D | X86ISelLowering.cpp | 6518 SmallVectorImpl<APInt> &EltBits, in getTargetConstantBitsFromNode() 6846 SmallVector<APInt, 16> EltBits; in isConstantSplat() local 6876 SmallVector<APInt, 64> EltBits; in getTargetShuffleMaskIndices() local 7549 SmallVector<APInt, 32> EltBits; in getFauxShuffleMask() local 11176 SmallVector<APInt, 32> EltBits; in createShuffleMaskFromVSELECT() local 11866 unsigned EltBits = VT.getScalarSizeInBits(); in lowerShuffleWithPACK() local 13092 int EltBits = VT.getScalarSizeInBits(); in lowerShuffleAsSpecificZeroOrAnyExtend() local 21910 unsigned EltBits = VT.getScalarSizeInBits(); in LowerFABSorFNEG() local 23088 SmallVector<APInt, 64> EltBits; in LowerVSETCC() local 28399 SDValue EltBits = DAG.getConstant(EltSizeInBits, dl, VT); in LowerShift() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 443 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits(); in getInteger() local 474 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits(); in getTruncatedElementVectorType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAddressingModes.h | 557 inline uint64_t decodeVMOVModImm(unsigned ModImm, unsigned &EltBits) { in decodeVMOVModImm()
|
H A D | ARMInstPrinter.cpp | 1342 unsigned EltBits; in printVMOVModImmOperand() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3993 unsigned EltBits = V.getScalarValueSizeInBits(); in SimplifySetCC() local 4020 unsigned EltBits = N0.getScalarValueSizeInBits(); in SimplifySetCC() local 5101 unsigned EltBits = VT.getScalarSizeInBits(); in BuildSDIV() local 5249 unsigned EltBits = VT.getScalarSizeInBits(); in BuildUDIV() local
|
H A D | DAGCombiner.cpp | 6835 unsigned EltBits = VT.getScalarSizeInBits(); in MatchFunnelPosNeg() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 6720 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits(); in EmitCommonNeonBuiltinExpr() local 6731 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits(); in EmitCommonNeonBuiltinExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 15072 unsigned EltBits; in PerformVDUPLANECombine() local
|