Home
last modified time | relevance | path

Searched refs:getCommonSubClass (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveStacks.cpp67 S2RCMap[Slot] = TRI->getCommonSubClass(OldRC, RC); in getOrCreateInterval()
H A DTargetRegisterInfo.cpp289 TargetRegisterInfo::getCommonSubClass(const TargetRegisterClass *A, in getCommonSubClass() function in TargetRegisterInfo
410 return TRI.getCommonSubClass(DefRC, SrcRC) != nullptr; in shareSameRegisterFile()
H A DDetectDeadLanes.cpp184 return !TRI.getCommonSubClass(SrcRC, DstRC); in isCrossCopy()
H A DMachineRegisterInfo.cpp74 MRI.getTargetRegisterInfo()->getCommonSubClass(OldRC, RC); in constrainRegClass()
H A DRegisterCoalescer.cpp515 NewRC = TRI.getCommonSubClass(DstRC, SrcRC); in setRegisters()
1374 TRI->getCommonSubClass(DefRC, DstRC); in reMaterializeTrivialDef()
1435 NewRC = TRI->getCommonSubClass(NewRC, DefRC); in reMaterializeTrivialDef()
H A DMachineInstr.cpp970 CurRC = TRI->getCommonSubClass(CurRC, OpRC); in getRegClassConstraintEffect()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp150 TRI->getCommonSubClass(getRC32(FalseMO, VRM, MRI), in getRegAllocationHints()
153 RC = TRI->getCommonSubClass(RC, in getRegAllocationHints()
H A DSystemZInstrInfo.cpp552 RI.getCommonSubClass(MRI.getRegClass(TrueReg), MRI.getRegClass(FalseReg)); in canInsertSelect()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h791 getCommonSubClass(const TargetRegisterClass *A,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp140 TRI->getCommonSubClass(UseRC, RC); in EmitCopyFromReg()
216 VTRC = TRI->getCommonSubClass(RC, VTRC); in CreateVirtualRegisters()
H A DDAGCombiner.cpp17838 if (!TRI || TRI->getCommonSubClass(ArgRC, ResRC)) in canMergeExpensiveCrossRegisterBankCopy()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp125 if (const auto *SubRC = TRI.getCommonSubClass( in constrainOperandRegClass()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1549 RI.getCommonSubClass(MRI.getRegClass(TrueReg), MRI.getRegClass(FalseReg)); in canInsertSelect()
1582 RI.getCommonSubClass(MRI.getRegClass(TrueReg), MRI.getRegClass(FalseReg)); in insertSelect()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2855 return getCommonSubClass(DefRC, SrcRC) != nullptr; in shouldRewriteCopySrc()
H A DSIInstrInfo.cpp4983 if (RI.getCommonSubClass(VRC64, VRC)) in legalizeOpWithMove()
6017 if (RI.getCommonSubClass(MRI.getRegClass(Rsrc->getReg()), in legalizeOperands()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp614 RI.getCommonSubClass(MRI.getRegClass(TrueReg), MRI.getRegClass(FalseReg)); in canInsertSelect()
621 if (!RI.getCommonSubClass(RC, MRI.getRegClass(DstReg))) in canInsertSelect()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3372 RI.getCommonSubClass(MRI.getRegClass(TrueReg), MRI.getRegClass(FalseReg)); in canInsertSelect()