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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp852 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp261 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp879 unsigned LoadOpcode, StoreOpcode; local
894 unsigned LoadOpcode, StoreOpcode; local
1099 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; local
[all...]
H A DSystemZISelLowering.cpp6938 emitCondStore(MachineInstr &MI, MachineBasicBlock *MBB, unsigned StoreOpcode, unsigned STOCOpcode, bool Invert) const argument

Completed in 193 milliseconds