Home
last modified time | relevance | path

Searched refs:Extended (Results 1 – 25 of 103) sorted by relevance

12345

/llvm-project-15.0.7/llvm/test/ObjectYAML/wasm/
H A Dextended_const_expressions.yaml14 Extended: true
21 Extended: true
40 # CHECK: Extended: true
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/
H A DMDGeneratorTest.cpp237 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 DBitcodeTest.cpp187 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 DYAMLGeneratorTest.cpp293 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 DDAGDeltaAlgorithm.cpp285 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 Dwasm2yaml.cpp301 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 Dtombstone.s455 .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 Dobjcmt-subscripting-literals.m.result184 @interface Custom (Extended)
192 @interface MutableCustom (Extended)
200 @interface CustomUnavail (Extended)
208 @interface MutableCustomUnavail (Extended)
H A Dobjcmt-subscripting-literals.m184 @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 DRegReAssign.cpp233 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 Dnell-2.tns1 # Extended FROSTT format:
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td602 // 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 Dsysteminfo-x86-long.yaml12 AMD Extended Features: 0x09000102
H A Dsysteminfo-x86-short.yaml12 AMD Extended Features: 0x09000102
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp375 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 DHexagonMCCodeEmitter.h41 bool Extended = false; member
/llvm-project-15.0.7/lldb/test/Shell/Minidump/Windows/Inputs/
H A Dfind-module.dmp.yaml23 AMD Extended Features: 0x2FD3FBFF
H A Dbroken-unwind.dmp.yaml23 AMD Extended Features: 0x2FD3FBFF
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DNoexceptPolicy.rst5 Extended applications of ``noexcept``
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Dppc32-extpid-e500.s3 # Extended PID instructions specific to the e500 / e500mc cores:
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp302 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 DAArch64Schedule.td26 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 Dppc32-extpid-e500.txt3 # Extended PID instructions specific to the e500 / e500mc cores:
/llvm-project-15.0.7/flang/include/flang/Optimizer/CodeGen/
H A DCGOps.td30 // Extended embox operation.
88 // Extended rebox operation.
142 // Extended array coordinate operation.
/llvm-project-15.0.7/lld/wasm/
H A DInputElement.h47 ie.Extended = false; in intConst()

12345