Searched refs:getStoreRegOpcode (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 3964 static unsigned getStoreRegOpcode(unsigned SrcReg, in getStoreRegOpcode() function 3991 unsigned Opc = getStoreRegOpcode(SrcReg, RC, isAligned, Subtarget); in storeRegToStackSlot() 4007 unsigned Opc = getStoreRegOpcode(SrcReg, RC, isAligned, Subtarget); in storeRegToAddr() 5609 DAG.getMachineNode(getStoreRegOpcode(0, DstRC, isAligned, Subtarget), in unfoldMemoryOperand()
|