Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp209 static bool isPotentialBlockingStoreInst(int Opcode, int LoadOpcode) { in isPotentialBlockingStoreInst()
233 static unsigned getYMMtoXMMLoadOpcode(unsigned LoadOpcode) { in getYMMtoXMMLoadOpcode()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp892 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
907 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
1167 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD; in foldMemoryOperandImpl() local
1493 unsigned &LoadOpcode, in getLoadStoreOpcodes()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp850 unsigned LoadOpcode = (Width == 8) ? AVR::LDRdPtr : AVR::LDWRdPtr; in expandAtomicArithmeticOp() local