Searched refs:StoreOpcode (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrInfo.cpp | 124 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local 125 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode, FrameIdx); in storeRegToStackSlot() 126 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot() 138 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local 139 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode, FrameIdx); in loadRegFromStackSlot() 145 unsigned &StoreOpcode, in getLoadStoreOpcodes() argument 151 StoreOpcode = Xtensa::S32I; in getLoadStoreOpcodes()
|
H A D | XtensaInstrInfo.h | 69 unsigned &StoreOpcode, int64_t offset) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 999 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local 1000 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot() 1001 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot() 1016 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local 1017 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot() 1315 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local 1317 get(StoreOpcode)) in foldMemoryOperandImpl() 1853 unsigned &StoreOpcode) const { in getLoadStoreOpcodes() 1856 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes() 1859 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes() [all …]
|
H A D | SystemZInstrInfo.h | 328 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
|
H A D | SystemZISelLowering.h | 770 unsigned StoreOpcode, unsigned STOCOpcode,
|
H A D | SystemZISelLowering.cpp | 8400 unsigned StoreOpcode, in emitCondStore() argument 8413 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore() 8472 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Opcodes.td | 463 class StoreOpcode : Opcode { 474 def Store : StoreOpcode {} 476 def StorePop : StoreOpcode {} 484 def Init : StoreOpcode {} 485 def InitPop : StoreOpcode {}
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument 263 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 2306 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in insertAtomicArithmeticOp() local 2324 BuildMI(*BB, I, dl, TII.get(StoreOpcode)) in insertAtomicArithmeticOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 6377 const unsigned StoreOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_STORE_D16 in legalizeImageIntrinsic() local 6383 NewOpcode = StoreOpcode; in legalizeImageIntrinsic()
|