Searched defs:UndefSrcElts (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6148 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode() 6225 APInt UndefSrcElts = APInt::getAllOnesValue(NumElts); in getTargetConstantBitsFromNode() local 6232 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local 6237 APInt UndefSrcElts = APInt::getNullValue(1); in getTargetConstantBitsFromNode() local 6248 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local 6265 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local 6290 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local 6307 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local 6338 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local 6369 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7292 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode() 7369 APInt UndefSrcElts = APInt::getAllOnes(NumElts); in getTargetConstantBitsFromNode() local 7376 APInt UndefSrcElts = APInt::getZero(1); in getTargetConstantBitsFromNode() local 7381 APInt UndefSrcElts = APInt::getZero(1); in getTargetConstantBitsFromNode() local 7393 APInt UndefSrcElts = APInt::getNullValue(SrcEltBits.size()); in getTargetConstantBitsFromNode() local 7411 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local 7433 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local 7483 APInt UndefSrcElts(NumSrcElts, 0); in getTargetConstantBitsFromNode() local 7498 APInt UndefSrcElts, UndefSubElts; in getTargetConstantBitsFromNode() local 8139 APInt UndefSrcElts[2]; in getTargetShuffleAndZeroables() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2708 APInt UndefSrcElts; in isSplatValue() local 2725 APInt UndefSrcElts; in isSplatValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2338 APInt UndefSrcElts; in isSplatValue() local
|