Home
last modified time | relevance | path

Searched defs:SubRegIdx (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp182 unsigned SubRegIdx = MO.getSubReg(); in findComponents() local
226 unsigned SubRegIdx = MO.getSubReg(); in rewriteOperands() local
348 unsigned SubRegIdx = MO.getSubReg(); in computeMainRangesFixFlags() local
H A DRegisterPressure.cpp535 unsigned SubRegIdx = MO.getSubReg(); in collectOperandLanes() local
553 void pushRegLanes(Register Reg, unsigned SubRegIdx, in pushRegLanes()
1235 unsigned SubRegIdx = MO.getSubReg(); in findUseBetween() local
H A DVirtRegMap.cpp380 unsigned SubRegIdx = MO.getSubReg(); in readsUndefSubreg() local
H A DStackMaps.cpp251 unsigned SubRegIdx = TRI->getSubRegIndex(LLVMRegNum, MOI->getReg()); in parseOperand() local
H A DMachineVerifier.cpp2197 unsigned SubRegIdx = MO->getSubReg(); in checkLiveness() local
2295 unsigned SubRegIdx = MO->getSubReg(); in checkLiveness() local
H A DRegisterCoalescer.cpp1693 MachineOperand &MO, unsigned SubRegIdx) { in addUndefFlag()
1847 unsigned SubRegIdx = MO.getSubReg(); in setUndefOnPrunedSubRegUses() local
H A DRegAllocFast.cpp835 unsigned SubRegIdx = MO.getSubReg(); in allocVirtRegUndef() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp297 unsigned SubRegIdx = RISCV::sub_vrm1_0; in expandVSPILL() local
342 unsigned SubRegIdx = RISCV::sub_vrm1_0; in expandVRELOAD() local
H A DRISCVISelDAGToDAG.cpp195 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLSEG() local
238 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLSEGFF() local
286 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLXSEG() local
1058 unsigned SubRegIdx; in Select() local
1111 unsigned SubRegIdx; in Select() local
H A DRISCVInstrInfo.cpp136 unsigned SubRegIdx = RISCV::sub_vrm1_0; in copyPhysReg() local
H A DRISCVISelLowering.cpp1132 unsigned SubRegIdx = RISCV::NoSubRegister; in decomposeSubvectorInsertExtractToSubRegs() local
3744 unsigned SubRegIdx, RemIdx; in lowerINSERT_SUBVECTOR() local
3893 unsigned SubRegIdx, RemIdx; in lowerEXTRACT_SUBVECTOR() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp330 const unsigned *SubRegIdx, in copyPhysSubRegs()
393 const unsigned SubRegIdx[] = {VE::sub_vm_even, VE::sub_vm_odd}; in copyPhysReg() local
399 const unsigned SubRegIdx[] = {VE::sub_even, VE::sub_odd}; in copyPhysReg() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp194 const auto SubRegIdx = TRI->getSubRegIndex(SuperDestReg, OrigDestReg); in getSuperRegDestIfDead() local
H A DX86InstrInfo.cpp8394 if (unsigned SubRegIdx = TRI->getSubRegIndex(DestReg, DescribedReg)) { in describeMOVrrLoadedValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1295 std::pair<unsigned, unsigned> SubRegIdx = getSubRegIdxs(CI, Paired); in mergeSBufferLoadImmPair() local
1356 std::pair<unsigned, unsigned> SubRegIdx = getSubRegIdxs(CI, Paired); in mergeBufferLoadPair() local
1422 std::pair<unsigned, unsigned> SubRegIdx = getSubRegIdxs(CI, Paired); in mergeTBufferLoadPair() local
1453 std::pair<unsigned, unsigned> SubRegIdx = getSubRegIdxs(CI, Paired); in mergeTBufferStorePair() local
1608 std::pair<unsigned, unsigned> SubRegIdx = getSubRegIdxs(CI, Paired); in mergeBufferStorePair() local
H A DAMDGPUISelDAGToDAG.cpp589 unsigned SubRegIdx = cast<ConstantSDNode>(SubRegOp)->getZExtValue(); in getOperandRegClass() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h890 int64_t SubRegIdx = MatchTable[CurrentIdx++]; in executeMatchTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1965 SDValue SubRegIdx = CurDAG->getTargetConstant(PPC::sub_32, dl, MVT::i32); in ExtendToInt64() local
1979 SDValue SubRegIdx = CurDAG->getTargetConstant(PPC::sub_32, dl, MVT::i32); in TruncateToInt32() local
3053 SDValue SubRegIdx = in addExtOrTrunc() local
3063 SDValue SubRegIdx = in addExtOrTrunc() local
5018 SDValue SubRegIdx = CurDAG->getTargetConstant(PPC::sub_eq, dl, MVT::i32); in Select() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp472 CodeGenSubRegIndex *SubRegIdx; in computeSecondarySubRegs() local
494 if (CodeGenSubRegIndex *SubRegIdx = getSubRegIndex(SubReg)) { in computeSecondarySubRegs() local
H A DGlobalISelEmitter.cpp2810 const CodeGenSubRegIndex *SubRegIdx; member in __anon332dbd1e0111::TempRegRenderer
2876 const CodeGenSubRegIndex *SubRegIdx; member in __anon332dbd1e0111::SubRegIndexRenderer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1171 unsigned SubRegIdx = in loadVectorConstant() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1370 unsigned SubRegIdx) { in SelectLoad()
1399 unsigned Opc, unsigned SubRegIdx) { in SelectPostLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp4532 SDValue SubRegIdx = in Select() local
4545 SDValue SubRegIdx = in Select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp3340 unsigned SubRegIdx = Subtarget.isABI_N64() ? Mips::sub_32 : 0; in emitINSERT_DF_VIDX() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1831 unsigned SubRegIdx = SRI.getSubRegIndex(); in performCopy() local

12