Home
last modified time | relevance | path

Searched defs:SrcR (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp47 RegisterRef SrcR = DFG.makeRegRef(Src.getReg(), Src.getSubReg()); in interpretAsCopy() local
H A DHexagonRDFOpt.cpp113 auto mapRegs = [&EM] (RegisterRef DstR, RegisterRef SrcR) -> void { in INITIALIZE_PASS_DEPENDENCY()
H A DHexagonGenInsert.cpp471 unsigned SrcR, InsR; member
487 unsigned SrcR = P.IFR.SrcR, InsR = P.IFR.InsR; in operator <<() local
684 bool HexagonGenInsert::isValidInsertForm(unsigned DstR, unsigned SrcR, in isValidInsertForm()
881 unsigned SrcR = *I; in findRecordInsertForms() local
H A DHexagonFrameLowering.cpp1757 Register SrcR = MI->getOperand(1).getReg(); in expandCopy() local
1781 Register SrcR = MI->getOperand(2).getReg(); in expandStoreInt() local
1844 Register SrcR = MI->getOperand(2).getReg(); in expandStoreVecPred() local
1931 Register SrcR = MI->getOperand(2).getReg(); in expandStoreVec2() local
2031 Register SrcR = MI->getOperand(2).getReg(); in expandStoreVec() local
H A DHexagonConstPropagation.cpp1949 RegisterSubReg SrcR(MI.getOperand(1)); in evaluate() local
H A DHexagonBitSimplify.cpp2220 unsigned SrcR = B0.RefI.Reg; in genBitSplit() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp536 const MachineOperand &SrcR = SrcR1 == DstR ? Base : Index; in processInstructionForSlowLEA() local