Searched refs:DataElements (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpLowering.cpp | 616 std::array<Value *, 4> DataElements{nullptr, nullptr, nullptr, nullptr}; in lowerBufferStore() local 618 DataElements[0] = Data; in lowerBufferStore() 630 DataElements[IndexVal] = IEI->getOperand(1); in lowerBufferStore() 639 if (DataElements[I] == nullptr) in lowerBufferStore() 640 DataElements[I] = in lowerBufferStore() 647 if (DataElements[I] == nullptr) in lowerBufferStore() 648 DataElements[I] = IsRaw ? UndefValue::get(ScalarTy) : DataElements[0]; in lowerBufferStore() 652 Handle, Index0, Index1, DataElements[0], in lowerBufferStore() 653 DataElements[1], DataElements[2], DataElements[3], Mask}; in lowerBufferStore()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 599 const char *DataElements; 611 : ConstantData(ty, VT), DataElements(Data) {}
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 2822 return StringRef(DataElements, getNumElements()*getElementByteSize()); in getRawDataValues() 2854 return DataElements + Elt * getElementByteSize(); in getElementPointer()
|