Home
last modified time | relevance | path

Searched defs:rawData (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h
/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp195 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(CompoundStmt)); in create() local
228 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(ReplaceStmt)); in create() local
272 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(CallExpr)); in create() local
314 void *rawData = in create() local
341 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(TupleExpr)); in create() local
357 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(TupleExpr)); in create() local
474 void *rawData = in createImpl() local
540 void *rawData = in createImpl() local
563 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(VariableDecl)); in create() local
578 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(Module)); in create() local
/llvm-project/llvm/unittests/Support/
H A DIndexedAccessorTest.cpp41 int rawData[] = {0, 1, 2, 3, 4}; in TEST() local
/llvm-project/mlir/lib/IR/
H A DAttributeDetail.h183 char *rawData = reinterpret_cast<char *>( in construct() local
295 char *rawData = reinterpret_cast<char *>( in construct() local
H A DBuiltinAttributes.cpp465 rawData[bitPos / CHAR_BIT] &= ~(1 << (bitPos % CHAR_BIT)); in getBit() argument
457 setBit(char * rawData,size_t bitPos,bool value) setBit() argument
534 writeBits(char * rawData,size_t bitPos,APInt value) writeBits() argument
560 readBits(const char * rawData,size_t bitPos,size_t bitWidth) readBits() argument
698 verify(function_ref<InFlightDiagnostic ()> emitError,Type elementType,int64_t size,ArrayRef<char> rawData) verify() argument
[all...]
H A DAsmPrinter.cpp2471 ArrayRef<char> rawData = attr.getRawData(); printDenseIntOrFPElementsAttr() local
/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h287 static void read(ArrayRef<T> Buffer, ArrayRef<T> &rawData) { in read()
/llvm-project/mlir/lib/AsmParser/
H A DAttributeParser.cpp730 ArrayRef<char> rawData(data.data(), data.size()); getHexAttr() local
865 std::vector<char> rawData; global() member in __anoneab743ba0611::DenseArrayElementParser
[all...]
/llvm-project/flang/unittests/Runtime/
H A DReduction.cpp64 std::vector<double> rawData{0, -1, 2, -3, 4, -5, 6, -7, 8, -9, 10, -11, 12, in TEST() local
/llvm-project/lld/wasm/
H A DInputChunks.h120 ArrayRef<uint8_t> rawData; variable
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp482 ArrayRef<char> rawData = blob->getData(); convertDenseResourceElementsAttr() local