| /llvm-project-15.0.7/llvm/test/ObjectYAML/wasm/ |
| H A D | extended_const_expressions.yaml | 14 Extended: true 21 Extended: true 40 # CHECK: Extended: true
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/ |
| H A D | MDGeneratorTest.cpp | 237 CommentInfo *Extended = Top.Children.back().get(); in TEST() local 238 Extended->Kind = "ParagraphComment"; in TEST() 239 Extended->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() 240 Extended->Children.back()->Kind = "TextComment"; in TEST() 241 Extended->Children.back()->Text = " Extended description that"; in TEST() 242 Extended->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() 243 Extended->Children.back()->Kind = "TextComment"; in TEST() 244 Extended->Children.back()->Text = " continues onto the next line."; in TEST()
|
| H A D | BitcodeTest.cpp | 187 CommentInfo *Extended = Top.Children.back().get(); in TEST() local 188 Extended->Kind = "ParagraphComment"; in TEST() 189 Extended->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() 190 Extended->Children.back()->Kind = "TextComment"; in TEST() 191 Extended->Children.back()->Text = " Extended description that"; in TEST() 192 Extended->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() 193 Extended->Children.back()->Kind = "TextComment"; in TEST() 194 Extended->Children.back()->Text = " continues onto the next line."; in TEST()
|
| H A D | YAMLGeneratorTest.cpp | 293 CommentInfo *Extended = Top.Children.back().get(); in TEST() local 294 Extended->Kind = "ParagraphComment"; in TEST() 295 Extended->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() 296 Extended->Children.back()->Kind = "TextComment"; in TEST() 297 Extended->Children.back()->Text = " Extended description that"; in TEST() 298 Extended->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() 299 Extended->Children.back()->Kind = "TextComment"; in TEST() 300 Extended->Children.back()->Text = " continues onto the next line."; in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 285 changeset_ty Extended(Required); in GetTestResult() local 286 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult() 288 Extended.insert(pred_closure_begin(Change), pred_closure_end(Change)); in GetTestResult() 290 if (FailedTestsCache.count(Extended)) in GetTestResult() 293 bool Result = ExecuteOneTest(Extended); in GetTestResult() 295 FailedTestsCache.insert(Extended); in GetTestResult()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 301 G.Init.Extended = Global.InitExpr.Extended; in dump() 302 if (Global.InitExpr.Extended) { in dump() 337 Seg.Offset.Extended = Segment.Offset.Extended; in dump() 338 if (Seg.Offset.Extended) { in dump() 373 Seg.Offset.Extended = Segment.Data.Offset.Extended; in dump() 374 if (Seg.Offset.Extended) { in dump()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | tombstone.s | 455 .byte 0 # Extended opcode 462 .byte 0 # Extended opcode 465 .byte 0 # Extended opcode 472 .byte 0 # Extended opcode 521 .byte 0 # Extended opcode 528 .byte 0 # Extended opcode 531 .byte 0 # Extended opcode 538 .byte 0 # Extended opcode
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-subscripting-literals.m.result | 184 @interface Custom (Extended) 192 @interface MutableCustom (Extended) 200 @interface CustomUnavail (Extended) 208 @interface MutableCustomUnavail (Extended)
|
| H A D | objcmt-subscripting-literals.m | 184 @interface Custom (Extended) category 192 @interface MutableCustom (Extended) category 200 @interface CustomUnavail (Extended) category 208 @interface MutableCustomUnavail (Extended) category
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | RegReAssign.cpp | 233 BitVector Extended = ClassicRegs; in aggressivePassOverFunction() local 234 Extended.flip(); in aggressivePassOverFunction() 235 Extended &= GPRegs; in aggressivePassOverFunction() 238 for (int J : Extended.set_bits()) { in aggressivePassOverFunction() 275 if (!Extended[ExtReg] || RegScore[ExtReg] <= 0) { in aggressivePassOverFunction()
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/data/ |
| H A D | nell-2.tns | 1 # Extended FROSTT format:
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.td | 602 // Purpose: Unconditional Branch (Extended) 709 // Purpose: Compare Immediate (Extended) 785 // Purpose: Load Byte (Extended) 794 // Purpose: Load Byte Unsigned (Extended) 804 // Purpose: Load Halfword signed (Extended) 813 // Purpose: Load Halfword unsigned (Extended) 830 // Purpose: Load Immediate (Extended) 841 // Purpose: Load Word (Extended) 1003 // Purpose: Store Byte (Extended) 1141 // Purpose: Store Halfword (Extended) [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/Minidump/ |
| H A D | systeminfo-x86-long.yaml | 12 AMD Extended Features: 0x09000102
|
| H A D | systeminfo-x86-short.yaml | 12 AMD Extended Features: 0x09000102
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCCodeEmitter.cpp | 375 State.Extended = false; in encodeInstruction() 384 State.Extended = HexagonMCInstrInfo::isImmext(HMI); in encodeInstruction() 588 if (State.Extended && InstExtendable && !IsSub0) { in getExprOpValue() 632 if (FixupWidth == 16 && !State.Extended) { in getExprOpValue() 666 FixupKind = State.Extended ? Hexagon::fixup_Hexagon_B9_PCREL_X in getExprOpValue() 671 if (State.Extended && VarKind == MCSymbolRefExpr::VK_GOT) in getExprOpValue() 676 FixupKind = State.Extended ? Hexagon::fixup_Hexagon_B7_PCREL_X in getExprOpValue() 686 const auto &FixupTable = State.Extended ? ExtFixups : StdFixups; in getExprOpValue()
|
| H A D | HexagonMCCodeEmitter.h | 41 bool Extended = false; member
|
| /llvm-project-15.0.7/lldb/test/Shell/Minidump/Windows/Inputs/ |
| H A D | find-module.dmp.yaml | 23 AMD Extended Features: 0x2FD3FBFF
|
| H A D | broken-unwind.dmp.yaml | 23 AMD Extended Features: 0x2FD3FBFF
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | NoexceptPolicy.rst | 5 Extended applications of ``noexcept``
|
| /llvm-project-15.0.7/llvm/test/MC/PowerPC/ |
| H A D | ppc32-extpid-e500.s | 3 # Extended PID instructions specific to the e500 / e500mc cores:
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | real.cpp | 302 using Extended = typename value::Integer<(binaryPrecision + 2)>; in SQRT() typedef 303 Extended goal{ in SQRT() 304 Extended::ConvertUnsigned(GetFraction()).value.SHIFTL(expo + 1)}; in SQRT() 309 Extended extFrac{}; in SQRT() 310 for (int bit{Extended::bits - 1}; bit >= 0; --bit) { in SQRT() 311 Extended next{extFrac.IBSET(bit)}; in SQRT()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64Schedule.td | 26 def WriteIEReg : SchedWrite; // ALU of Extended-Reg 29 def ReadIEReg : SchedRead; // ALU of Extended-Reg
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/PowerPC/ |
| H A D | ppc32-extpid-e500.txt | 3 # Extended PID instructions specific to the e500 / e500mc cores:
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/CodeGen/ |
| H A D | CGOps.td | 30 // Extended embox operation. 88 // Extended rebox operation. 142 // Extended array coordinate operation.
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | InputElement.h | 47 ie.Extended = false; in intConst()
|