| /llvm-project-15.0.7/flang/runtime/ |
| H A D | type-info.h | 122 enum class Which : std::uint8_t { enum 136 static constexpr Which RankFinal(int rank) { in RankFinal() 137 return static_cast<Which>(static_cast<int>(Which::ScalarFinal) + rank); in RankFinal() 140 Which which() const { return which_; } in which() 151 Which which_{Which::None}; 216 const SpecialBinding *FindSpecialBinding(SpecialBinding::Which which) const { in FindSpecialBinding()
|
| H A D | type-info.cpp | 278 case Which::ScalarAssignment: in Dump() 281 case Which::ElementalAssignment: in Dump() 284 case Which::ReadFormatted: in Dump() 287 case Which::ReadUnformatted: in Dump() 290 case Which::WriteFormatted: in Dump() 293 case Which::WriteUnformatted: in Dump() 296 case Which::ElementalFinal: in Dump() 299 case Which::AssumedRankFinal: in Dump() 304 static_cast<int>(which_) - static_cast<int>(Which::ScalarFinal)); in Dump()
|
| H A D | derived.cpp | 102 typeInfo::SpecialBinding::Which::AssumedRankFinal)}) { in FindFinal() 106 typeInfo::SpecialBinding::Which::ElementalFinal); in FindFinal() 115 if (special->which() == typeInfo::SpecialBinding::Which::ElementalFinal) { in CallFinalSubroutine()
|
| H A D | descriptor-io.h | 280 ? typeInfo::SpecialBinding::Which::ReadFormatted in FormattedDerivedTypeIO() 281 : typeInfo::SpecialBinding::Which::WriteFormatted)}) { in FormattedDerivedTypeIO() 325 ? typeInfo::SpecialBinding::Which::ReadUnformatted in UnformattedDescriptorIO() 326 : typeInfo::SpecialBinding::Which::WriteUnformatted) in UnformattedDescriptorIO()
|
| H A D | assign.cpp | 166 typeInfo::SpecialBinding::Which::ScalarAssignment)}) { in Assign() 171 typeInfo::SpecialBinding::Which::ElementalAssignment)}) { in Assign()
|
| H A D | io-stmt.h | 710 enum Which { Flush, Backspace, Endfile, Rewind, Wait }; enum 711 ExternalMiscIoStatementState(ExternalFileUnit &unit, Which which, 718 Which which_;
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/ |
| H A D | Passes.td | 181 "Which func op is the anchor to latch on.">, 194 "Which func op is the anchor to latch on.">, 207 "Which func op is the anchor to latch on.">, 220 "Which func op is the anchor to latch on.">, 234 "Which func op is the anchor to latch on.">, 245 "Which func op is the anchor to latch on.">, 259 "Which func op is the anchor to latch on.">, 272 "Which func op is the anchor to latch on.">, 288 "Which func op is the anchor to latch on.">, 299 "Which func op is the anchor to latch on.">, [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | misc-ps-eager-assume.m | 102 short Which; 117 for( Which = 0; 118 Which < Count && Ok; 119 Which++ )
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/Transforms/ |
| H A D | Passes.td | 58 "Which loop indices to combine 0th loop index">, 60 "Which loop indices to combine into the position 1 loop index">, 62 "Which loop indices to combine into the position 2 loop index">,
|
| /llvm-project-15.0.7/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 319 int Which = int(TLIHas) * 2 + int(SDKHas); in main() local 320 switch (Which) { in main() 332 outs() << Indicator[Which] << " TLI " << YesNo[TLIHas] << " SDK " in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | 2002-05-21-PHIElimination.ll | 5 ; Which is not valid SSA
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARCFrameLowering.cpp | 372 for (unsigned Which = Last; Which > ARC::R12; Which--) { in assignCalleeSavedSpillSlots() local 373 auto RegI = getSavedReg(CSI, Which); in assignCalleeSavedSpillSlots()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | alloca-align.ll | 14 ; Which is passed to the call
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | instrumentation-dup-jts.s | 15 # Which is suboptimal since the compiler could've avoided using an intermediary
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/openmp/ |
| H A D | exception-escape.rst | 11 bottom. Which means, ``throw`` may not be used to 'exit' out of the
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/ |
| H A D | safe-low-bit-extract.ll | 7 ; Which means we don't need a while PHI here, simple select will do.
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | apint-and-or-and.ll | 10 ; Which corresponds to test1.
|
| H A D | and-or-and.ll | 10 ; Which corresponds to test1.
|
| /llvm-project-15.0.7/llvm/test/Transforms/MemCpyOpt/ |
| H A D | callslot_badaa.ll | 14 ; Which is incorrect because the lifetime.end of %src will now "noalias" the above memcpy.
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2001-02-06-TypeNotationDebateResp2.txt | 38 Which is syntactically nicer, and more explicit.
|
| H A D | 2002-06-25-MegaPatchInfo.txt | 54 Which means that #including Function.h is usually sufficient for getting the
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/AArch64/ |
| H A D | codeview-b-register.mir | 3 # have a B register in the location info but not the instructions. Which is incorrect
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | system-include-extractor.test | 32 # created. Which should add a.h and b.h into include search path.
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrFormats.td | 117 let TSFlags{27-25} = opExtendable; // Which operand may be extended. 317 let TSFlags{21-19} = opExtendable; // Which operand may be extended.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/M68k/ |
| H A D | reserved-regs.ll | 26 ; Which is copied from `test/CodeGen/RISCV/reserved-regs.ll`.
|