Searched defs:StoreOpcode (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrInfo.cpp | 124 unsigned LoadOpcode, StoreOpcode; storeRegToStackSlot() local 138 unsigned LoadOpcode, StoreOpcode; loadRegFromStackSlot() local 145 getLoadStoreOpcodes(const TargetRegisterClass * RC,unsigned & LoadOpcode,unsigned & StoreOpcode,int64_t offset) const getLoadStoreOpcodes() argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 999 unsigned LoadOpcode, StoreOpcode; storeRegToStackSlot() local 1016 unsigned LoadOpcode, StoreOpcode; loadRegFromStackSlot() local 1315 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; foldMemoryOperandImpl() local [all...] |
H A D | SystemZISelLowering.cpp | 8404 emitCondStore(MachineInstr & MI,MachineBasicBlock * MBB,unsigned StoreOpcode,unsigned STOCOpcode,bool Invert) const emitCondStore() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 262 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode() argument
|
/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 2322 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; insertAtomicArithmeticOp() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 6372 const unsigned StoreOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_STORE_D16 legalizeImageIntrinsic() local
|