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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp851 unsigned LoadOpcode = (Width == 8) ? AVR::LDRdPtr : AVR::LDWRdPtr; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp996 auto LoadOpcode = Size == 4 ? ARM::VLDRS : ARM::VLDRD; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp209 static bool isPotentialBlockingStoreInst(int Opcode, int LoadOpcode) { argument
233 static unsigned getYMMtoXMMLoadOpcode(unsigned LoadOpcode) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp867 unsigned LoadOpcode, StoreOpcode; local
882 unsigned LoadOpcode, StoreOpcode; local
1127 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD; local
1570 getLoadStoreOpcodes(const TargetRegisterClass *RC, unsigned &LoadOpcode, unsigned &StoreOpcode) const argument
[all...]

Completed in 209 milliseconds