| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/ |
| H A D | win64-unwind-data.test | 15 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 D | DWARFDebugAbbrev.cpp | 72 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 D | TargetRewrite.cpp | 39 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 D | unwind.test | 28 # 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 D | InlineAsm.cpp | 70 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 D | InlineAsmLowering.cpp | 156 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 D | InlineAsm.h | 110 ConstraintCodeVector Codes; member 151 ConstraintCodeVector Codes; member
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | magic-numbers.h | 20 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 D | a.out.crash | 23 Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | PdbStream.rst | 101 PDB Feature Codes
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | PointerAuth.md | 273 support for instructions that manipulate Pointer Authentication Codes (PAC).
|
| H A D | LangRef.rst | 4677 Constraint Codes
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.cpp | 676 for (StringRef Code : CI.Codes) { in mayUseAGPRs()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 847 // 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 D | TargetLowering.cpp | 5498 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 D | SelectionDAGBuilder.cpp | 8413 for (const auto &Code : Codes) in hasMemory()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 374 for (const auto &Code : C.Codes) in mightUseCTR()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.td | 440 // Condition Codes
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsInstrFPU.td | 722 // Floating Point Branch Codes
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 734 // Selection DAG Condition Codes
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 55453 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()
|