Home
last modified time | relevance | path

Searched defs:LoadOpcode (Results 1 – 6 of 6) 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-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp208 static bool isPotentialBlockingStoreInst(int Opcode, int LoadOpcode) { in isPotentialBlockingStoreInst()
232 static unsigned getYMMtoXMMLoadOpcode(unsigned LoadOpcode) { in getYMMtoXMMLoadOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp879 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
894 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
1110 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD; in foldMemoryOperandImpl() local
1467 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-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp996 auto LoadOpcode = Size == 4 ? ARM::VLDRS : ARM::VLDRD; in select() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp851 unsigned LoadOpcode = (Width == 8) ? AVR::LDRdPtr : AVR::LDWRdPtr; in expandAtomicArithmeticOp() local