| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/ |
| H A D | ParallelLoopMapper.cpp | 35 if (processor != gpu::Processor::Sequential && in setMappingAttr() 48 enum MappingLevel { MapGrid = 0, MapBlock = 1, Sequential = 2 }; enumerator 56 if (mappingLevel < Sequential) { in operator ++() 70 if (dimension >= kNumHardwareIds || level == Sequential) in getHardwareIdForMapping() 71 return Processor::Sequential; in getHardwareIdForMapping() 82 return Processor::Sequential; in getHardwareIdForMapping() 94 return Processor::Sequential; in getHardwareIdForMapping() 98 return Processor::Sequential; in getHardwareIdForMapping()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/ |
| H A D | ParallelLoopMapperAttr.td | 26 def Sequential : I64EnumAttrCase<"Sequential", 6, "sequential">; 29 BlockX, BlockY, BlockZ, ThreadX, ThreadY, ThreadZ, Sequential]> {
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | connection.h | 23 enum class Access { Sequential, Direct, Stream }; enumerator 28 Access access{Access::Sequential}; // ACCESS='SEQUENTIAL', 'DIRECT', 'STREAM'
|
| H A D | unit.cpp | 287 if (access == Access::Sequential) { in Emit() 437 if (access == Access::Sequential) { in BeginReadingRecord() 514 if (access == Access::Sequential) { in AdvanceRecord()
|
| H A D | io-stmt.cpp | 266 unit().isUnformatted = unit().access != Access::Sequential; in CompleteOperation() 1066 case Access::Sequential: in Inquire() 1211 : unit().access == Access::Sequential ? "YES" in Inquire()
|
| H A D | io-api.cpp | 332 if (unit->access == Access::Sequential) { in BeginUnformattedIO() 712 open->set_access(Access::Sequential); in IONAME()
|
| /llvm-project-15.0.7/llvm/test/MachineVerifier/ |
| H A D | test_vector_reductions.mir | 28 ; CHECK: Bad machine code: Sequential FADD/FMUL vector reduction requires a scalar 1st operand 31 ; CHECK: Bad machine code: Sequential FADD/FMUL vector reduction must have a vector 2nd operand
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | Fortran.h | 53 Pending, Pos, Position, Read, Readwrite, Rec, Recl, Round, Sequential, Sign,
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64Schedule.td | 90 // Sequential vector load and shuffle.
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 637 bool Sequential = false); 639 bool Sequential = false); 732 bool Sequential = false); 737 bool Sequential = false);
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/IR/ |
| H A D | SCFOps.td | 377 // Sequential context. 408 // Sequential context. 414 // Sequential context. 427 // Sequential context.
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.cpp | 401 case ParseKind::Sequential: in Enter() 402 specKind = IoSpecKind::Sequential; in Enter()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SCFToGPU/ |
| H A D | SCFToGPU.cpp | 352 return processor != gpu::Processor::Sequential; in isMappedToProcessor()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | io-parsers.cpp | 472 pure(InquireSpec::CharVar::Kind::Sequential),
|
| /llvm-project-15.0.7/mlir/test/Target/LLVMIR/Import/ |
| H A D | basic.ll | 99 ; Sequential constants.
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 4210 bool Sequential) { in getUMinExpr() argument 4212 return getUMinExpr(Ops, Sequential); in getUMinExpr() 4216 bool Sequential) { in getUMinExpr() argument 4217 return Sequential ? getSequentialMinMaxExpr(scSequentialUMinExpr, Ops) in getUMinExpr() 4650 bool Sequential) { in getUMinFromMismatchedTypes() argument 4652 return getUMinFromMismatchedTypes(Ops, Sequential); in getUMinFromMismatchedTypes() 4657 bool Sequential) { in getUMinFromMismatchedTypes() argument 4678 return getUMinExpr(PromotedOps, Sequential); in getUMinFromMismatchedTypes()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUOperandSyntax.rst | 85 GFX10 *Image* instructions may use special *NSA* (Non-Sequential Address) syntax for *image address…
|
| H A D | ProgrammersManual.rst | 1489 Sequential Containers (std::vector, std::list, etc) 1809 Other Sequential Container options 2130 set-like container along with a :ref:`Sequential Container <ds_sequential>` The
|
| H A D | AMDGPUUsage.rst | 6187 **Sequential Consistent Atomic** 8550 **Sequential Consistent Atomic** 10969 **Sequential Consistent Atomic** 12936 **Sequential Consistent Atomic**
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model/ |
| H A D | saved_model.pbtxt | 8465 …Sequential\", \"name\": \"sequential\", \"trainable\": true, \"expects_training_arg\": true, \"dty…
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | GitHubMove.rst | 122 - "Sequential IDs are important for LNT and llvmlab bisection tool." [MatthewsRevNum]_.
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 2799 Readwrite, Round, Sequential, Sign, Stream, Status, Unformatted, Write,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | horizontal-sum.ll | 525 ; Vectorized Sequential Sum Reductions
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 821 Sequential, enumerator 847 return {Reset, Sequential, false}; in decodeBitTestBuiltin() 849 return {Set, Sequential, false}; in decodeBitTestBuiltin() 861 return {Reset, Sequential, true}; in decodeBitTestBuiltin() 863 return {Set, Sequential, true}; in decodeBitTestBuiltin() 932 case BitTest::Sequential: return llvm::AtomicOrdering::SequentiallyConsistent; in getBitTestAtomicOrdering()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 1039 // Section 8.11.8 - VSEQ (Vector Sequential Number)
|