Home
last modified time | relevance | path

Searched defs:Tile (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/ParserOpenACC/
H A Dparse-clauses.c1148 void Tile() { Tile() function
/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp150 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 DX86LowerAMXType.cpp271 Value *Tile = Bitcast->getOperand(0); combineBitcastStore() local
930 Value *Tile = Cast->getOperand(0); combineCastStore() local
[all...]
/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h282 Tile, global() enumerator
/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp77 enum class MatrixKind { Array, Tile, Row, Col }; enumerator
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1541 CanonicalLoopInfo *Tile = GenLoops[1]; TEST_F() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp186 } else if (const auto *Tile = dyn_cast<OMPTileDirective>(&S)) { emitPreInitStmt() local