Home
last modified time | relevance | path

Searched refs:Codes (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/
H A Dwin64-unwind-data.test15 OBJ-NEXT: Number of Codes: 8
18 OBJ-NEXT: Unwind Codes:
32 OBJ-NEXT: Number of Codes: 0
41 OBJ-NEXT: Number of Codes: 0
50 OBJ-NEXT: Number of Codes: 6
52 OBJ-NEXT: Unwind Codes:
64 EXE-NEXT: Number of Codes: 8
67 EXE-NEXT: Unwind Codes:
82 EXE-NEXT: Number of Codes: 0
92 EXE-NEXT: Number of Codes: 0
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp72 std::vector<uint32_t> Codes; in getCodeRange() local
73 Codes.reserve(Decls.size()); in getCodeRange()
75 Codes.push_back(Decl.getCode()); in getCodeRange()
81 for (auto Current = Codes.begin(), End = Codes.end(); Current != End;) { in getCodeRange()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp39 enum class Codes { enum
52 FixupTy(Codes code, std::size_t index, in FixupTy()
59 Codes code;
571 case FixupTy::Codes::ArgumentAsLoad: { in convertSignature()
584 case FixupTy::Codes::ArgumentType: { in convertSignature()
604 case FixupTy::Codes::CharPair: { in convertSignature()
619 case FixupTy::Codes::ReturnAsStore: { in convertSignature()
636 case FixupTy::Codes::ReturnType: { in convertSignature()
652 case FixupTy::Codes::Split: { in convertSignature()
674 case FixupTy::Codes::Trailing: { in convertSignature()
[all …]
/llvm-project-15.0.7/lld/test/COFF/
H A Dunwind.test28 # UNWIND: Number of Codes: 8
31 # UNWIND: Unwind Codes:
45 # UNWIND: Number of Codes: 0
54 # UNWIND: Number of Codes: 0
63 # UNWIND: Number of Codes: 6
65 # UNWIND: Unwind Codes:
/llvm-project-15.0.7/llvm/lib/IR/
H A DInlineAsm.cpp70 ConstraintCodeVector *pCodes = &Codes; in Parse()
76 pCodes = &multipleAlternatives[0].Codes; in Parse()
182 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse()
217 Codes = scInfo.Codes; in selectAlternative()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp156 assert(OpInfo.Codes.size() > 1 && "Doesn't have multiple constraint options"); in chooseConstraint()
162 for (unsigned i = 0, e = OpInfo.Codes.size(); i != e; ++i) { in chooseConstraint()
164 TLI->getConstraintType(OpInfo.Codes[i]); in chooseConstraint()
178 assert(OpInfo.Codes[i].size() == 1 && in chooseConstraint()
197 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in chooseConstraint()
203 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in computeConstraintToUse()
206 if (OpInfo.Codes.size() == 1) { in computeConstraintToUse()
207 OpInfo.ConstraintCode = OpInfo.Codes[0]; in computeConstraintToUse()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInlineAsm.h110 ConstraintCodeVector Codes; member
151 ConstraintCodeVector Codes; member
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dmagic-numbers.h20 Codes from <errno.h>, e.g. ENOENT, are assumed to be positive
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
H A Da.out.crash23 Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
/llvm-project-15.0.7/llvm/docs/PDB/
H A DPdbStream.rst101 PDB Feature Codes
/llvm-project-15.0.7/llvm/docs/
H A DPointerAuth.md273 support for instructions that manipulate Pointer Authentication Codes (PAC).
H A DLangRef.rst4677 Constraint Codes
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp676 for (StringRef Code : CI.Codes) { in mayUseAGPRs()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td847 // Section B.21 - Branch on Integer Condition Codes Instructions, p. 119
919 // Section B.22 - Branch on Floating-point Condition Codes Instructions, p. 121
959 // Section B.22 - Branch on Co-processor Condition Codes Instructions, p. 123
1058 // Section B.27 - Trap on Integer Condition Codes Instruction
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5498 rCodes = &info.Codes; in getMultipleConstraintMatchWeight()
5500 rCodes = &info.multipleAlternatives[maIndex].Codes; in getMultipleConstraintMatchWeight()
5586 assert(OpInfo.Codes.size() > 1 && "Doesn't have multiple constraint options"); in ChooseConstraint()
5592 for (unsigned i = 0, e = OpInfo.Codes.size(); i != e; ++i) { in ChooseConstraint()
5594 TLI.getConstraintType(OpInfo.Codes[i]); in ChooseConstraint()
5608 assert(OpInfo.Codes[i].size() == 1 && in ChooseConstraint()
5611 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint()
5634 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in ChooseConstraint()
5643 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in ComputeConstraintToUse()
5646 if (OpInfo.Codes.size() == 1) { in ComputeConstraintToUse()
[all …]
H A DSelectionDAGBuilder.cpp8413 for (const auto &Code : Codes) in hasMemory()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp374 for (const auto &Code : C.Codes) in mightUseCTR()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td440 // Condition Codes
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrFPU.td722 // Floating Point Branch Codes
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td734 // Selection DAG Condition Codes
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55453 Constraints[0].Codes.size() == 1 && Constraints[0].Codes[0] == "A" && in ExpandInlineAsm()
55454 Constraints[1].Codes.size() == 1 && Constraints[1].Codes[0] == "0") { in ExpandInlineAsm()