Searched refs:ByteIndex (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1169 SDValue ByteIndex = DAG.getNode(ISD::AND, DL, PtrVT, Ptr, in LowerSTORE() local 1171 SDValue BitShift = DAG.getNode(ISD::SHL, DL, VT, ByteIndex, in LowerSTORE()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 2211 uint64_t ByteIndex = M == -1 ? J : (uint64_t)M * LaneBytes + J; in LowerVECTOR_SHUFFLE() local 2212 Ops[OpIdx++] = DAG.getConstant(ByteIndex, DL, MVT::i32); in LowerVECTOR_SHUFFLE()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 976 Value *ByteIndex = CGF.Builder.CreateAShr( in EmitBitTestIntrinsic() local 980 ByteIndex, "bittest.byteaddr"), in EmitBitTestIntrinsic()
|