Searched defs:Tile (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/test/ParserOpenACC/ |
H A D | parse-clauses.c | 1148 void Tile() { Tile() function
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 150 createTileLoadStoreLoops(BasicBlock * Start,BasicBlock * End,IRBuilderBase & B,Value * Row,Value * Col,Value * Ptr,Value * Stride,Value * Tile) createTileLoadStoreLoops() argument 514 Value *M, *N, *Ptr, *Stride, *Tile; lowerTileLoadStore() local
|
H A D | X86LowerAMXType.cpp | 271 Value *Tile = Bitcast->getOperand(0); combineBitcastStore() local 930 Value *Tile = Cast->getOperand(0); combineCastStore() local [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 282 Tile, global() enumerator
|
/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 77 enum class MatrixKind { Array, Tile, Row, Col }; enumerator
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 1541 CanonicalLoopInfo *Tile = GenLoops[1]; TEST_F() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 186 } else if (const auto *Tile = dyn_cast<OMPTileDirective>(&S)) { emitPreInitStmt() local
|