Searched refs:dumpBlock (Results 1 – 7 of 7) sorted by relevance
/external/lua/src/ |
D | ldump.c | 35 #define dumpVector(D,v,n) dumpBlock(D,v,(n)*sizeof((v)[0])) 37 #define dumpLiteral(D, s) dumpBlock(D,s,sizeof(s) - sizeof(char)) 40 static void dumpBlock (DumpState *D, const void *b, size_t size) { in dumpBlock() function
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.h | 67 void dumpBlock(Value *v, char *blockName);
|
D | NVPTXUtilities.cpp | 364 void llvm::dumpBlock(Value *v, char *blockName) { in dumpBlock() function in llvm
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 552 dumpBlock(Block); in dump() 557 void VPlanPrinter::dumpBlock(const VPBlockBase *Block) { in dumpBlock() function in VPlanPrinter 646 dumpBlock(Block); in dumpRegion()
|
D | VPlan.h | 1489 void dumpBlock(const VPBlockBase *Block);
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 741 dumpBlock(Block); in dump() 746 void VPlanPrinter::dumpBlock(const VPBlockBase *Block) { in dumpBlock() function in VPlanPrinter 838 dumpBlock(Block); in dumpRegion()
|
D | VPlan.h | 1837 void dumpBlock(const VPBlockBase *Block);
|