Home
last modified time | relevance | path

Searched defs:LoadOpcode (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp708 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
723 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
950 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD; in foldMemoryOperandImpl() local
1254 unsigned &LoadOpcode, in getLoadStoreOpcodes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp213 static bool isPotentialBlockingStoreInst(int Opcode, int LoadOpcode) { in isPotentialBlockingStoreInst()
237 static unsigned getYMMtoXMMLoadOpcode(unsigned LoadOpcode) { in getYMMtoXMMLoadOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp966 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
981 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
1241 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD; in foldMemoryOperandImpl() local
1567 unsigned &LoadOpcode, in getLoadStoreOpcodes()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp903 unsigned LoadOpcode = MI.getOperand(2).getImm(); in LowerFAULTING_LOAD_OP() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp850 unsigned LoadOpcode = (Width == 8) ? AVR::LDRdPtr : AVR::LDWRdPtr; in expandAtomicArithmeticOp() local