Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp996 auto LoadOpcode = Size == 4 ? ARM::VLDRS : ARM::VLDRD; in select() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp851 unsigned LoadOpcode = (Width == 8) ? AVR::LDRdPtr : AVR::LDWRdPtr; in expandAtomicArithmeticOp() local