/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | DetectDeadLanes.cpp | 106 void PutInWorklist(unsigned RegIdx) { in PutInWorklist() 357 unsigned RegIdx = Register::virtReg2Index(Reg); in determineInitialDefinedLanes() local 490 for (unsigned RegIdx = 0; RegIdx < NumVirtRegs; ++RegIdx) { in runOnce() local 501 unsigned RegIdx = Worklist.front(); in runOnce() local 539 unsigned RegIdx = Register::virtReg2Index(Reg); in runOnce() local
|
H A D | SplitKit.cpp | 461 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() 498 void SplitEditor::forceRecompute(unsigned RegIdx, const VNInfo &ParentVNI) { in forceRecompute() 538 MachineBasicBlock::iterator InsertBefore, bool Late, unsigned RegIdx) { in buildCopy() 581 VNInfo *SplitEditor::defFromParent(unsigned RegIdx, const VNInfo *ParentVNI, in defFromParent() 871 unsigned RegIdx = AssignI.value(); in removeBackCopies() local 1133 unsigned RegIdx; in transferValues() local 1272 unsigned RegIdx = RegAssign.lookup(V->def); in extendPHIKillRanges() local 1287 unsigned RegIdx = RegAssign.lookup(V->def); in extendPHIKillRanges() local 1310 unsigned RegIdx; in rewriteAssigned() member 1334 unsigned RegIdx = RegAssign.lookup(Idx); in rewriteAssigned() local [all …]
|
H A D | SplitKit.h | 343 LiveIntervalCalc &getLICalc(unsigned RegIdx) { in getLICalc()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMCallingConv.cpp | 201 unsigned RegIdx = State.getFirstUnallocated(RegList); in CC_ARM_AAPCS_Custom_Aggregate() local 247 unsigned RegIdx = State.getFirstUnallocated(RegList); in CC_ARM_AAPCS_Custom_Aggregate() local
|
H A D | ARMISelLowering.cpp | 4510 unsigned RegIdx = CCInfo.getFirstUnallocated(GPRArgRegs); in LowerFormalArguments() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRAsmPrinter.cpp | 130 unsigned RegIdx = ByteNumber / BytesPerReg; in PrintAsmOperand() local
|
H A D | AVRISelLowering.cpp | 1220 unsigned RegIdx = RegLastIdx + TotalBytes; in analyzeArguments() local 1303 int RegIdx = TotalBytes - 1; in analyzeReturnValues() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64CollectLOH.cpp | 551 int RegIdx = mapRegToGPRIndex(LI.PhysReg); in runOnMachineFunction() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSEISelDAGToDAG.cpp | 844 SDValue RegIdx = Node->getOperand(2); in trySelect() local 914 SDValue RegIdx = Node->getOperand(2); in trySelect() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 668 for (int64_t OpndIdx = 7, RegIdx = 0; in ExpandVastartSaveXmmRegs() local
|
H A D | X86SpeculativeLoadHardening.cpp | 1873 unsigned RegIdx = Log2_32(RegBytes); in canHardenRegister() local
|
H A D | X86FastISel.cpp | 2632 unsigned RegIdx = X86::sub_16bit; in fastLowerIntrinsicCall() local
|
H A D | X86ISelLowering.cpp | 37212 for (unsigned RegIdx = 0; SavedRegs[RegIdx]; ++RegIdx) { in EmitSjLjDispatchBlock() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1456 LocIndex RegIdx = LocIndex::fromRawInteger(*It); in collectAllVarLocs() local
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 1945 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs); in CC_LoongArch() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 2647 unsigned RegIdx = RegNum / AlignSize; in getRegularReg() local 4487 auto RegIdx = Reg - (VGPR32.contains(Reg) ? AMDGPU::VGPR0 : AMDGPU::AGPR0); in validateGWS() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 1975 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgVGPRs); in allocateVGPR32Input() local 1997 unsigned RegIdx = CCInfo.getFirstUnallocated(ArgSGPRs); in allocateSGPR32InputImpl() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 887 struct RegIdxOp RegIdx; member
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6887 unsigned RegIdx = 3; in shouldOmitPredicateOperand() local
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 12061 unsigned RegIdx = State.getFirstUnallocated(ArgGPRs); in CC_RISCV() local
|