Searched refs:ByteIdx (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Base64.cpp | 56 const uint64_t ByteIdx = Idx + ByteOffset; in decodeBase64() local 57 const char Byte = Input[ByteIdx]; in decodeBase64() 61 if (ByteIdx < FirstValidEqualIdx) { in decodeBase64() 65 } else if (ByteIdx == FirstValidEqualIdx && Input[ByteIdx + 1] != '=') { in decodeBase64() 74 "Invalid Base64 character %#2.2x at index %" PRIu64, Byte, ByteIdx); in decodeBase64()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 1169 SDValue ByteIdx = convertToByteIndex(IdxV, ElemTy, DAG); in extractHvxElementReg() local 1171 {VecV, ByteIdx}); in extractHvxElementReg() 1227 SDValue ByteIdx = convertToByteIndex(IdxV, ElemTy, DAG); in insertHvxElementReg() local 1229 return InsertWord(VecV, ValV, ByteIdx); in insertHvxElementReg() 1234 {ByteIdx, DAG.getConstant(2, dl, MVT::i32)}); in insertHvxElementReg() 1246 return InsertWord(VecV, Ins, ByteIdx); in insertHvxElementReg() 1480 SDValue ByteIdx; in insertHvxSubvectorPred() local 1484 ByteIdx = DAG.getNode(ISD::MUL, dl, MVT::i32, IdxV, in insertHvxSubvectorPred() 1486 ByteVec = DAG.getNode(HexagonISD::VROR, dl, ByteTy, ByteVec, ByteIdx); in insertHvxSubvectorPred() 1500 SDValue ByteXdi = DAG.getNode(ISD::SUB, dl, MVT::i32, HwLenV, ByteIdx); in insertHvxSubvectorPred()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1063 SDValue ByteIdx = DAG.getNode(ISD::AND, DL, MVT::i32, LoadPtr, in lowerPrivateTruncStore() local 1067 SDValue ShiftAmt = DAG.getNode(ISD::SHL, DL, MVT::i32, ByteIdx, in lowerPrivateTruncStore() 1293 SDValue ByteIdx = DAG.getNode(ISD::AND, DL, MVT::i32, in lowerPrivateExtLoad() local 1297 SDValue ShiftAmt = DAG.getNode(ISD::SHL, DL, MVT::i32, ByteIdx, in lowerPrivateExtLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 4024 for (unsigned ByteIdx = 0; ByteIdx < ByteWidth; ++ByteIdx) { in collectBitParts() local 4025 unsigned ByteBitOfs = ByteIdx * 8; in collectBitParts()
|