Searched refs:StoreOpcode (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 877 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local 878 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot() 879 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot() 894 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local 895 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot() 1131 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local 1133 get(StoreOpcode)) in foldMemoryOperandImpl() 1593 unsigned &StoreOpcode) const { in getLoadStoreOpcodes() 1596 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes() 1599 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes() [all …]
|
| H A D | SystemZInstrInfo.h | 306 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
|
| H A D | SystemZISelLowering.h | 730 unsigned StoreOpcode, unsigned STOCOpcode,
|
| H A D | SystemZISelLowering.cpp | 7683 unsigned StoreOpcode, in emitCondStore() argument 7696 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore() 7754 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Opcodes.td | 352 class StoreOpcode : Opcode { 363 def Store : StoreOpcode {} 365 def StorePop : StoreOpcode {} 373 def InitPop : StoreOpcode {}
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86AvoidStoreForwardingBlocks.cpp | 262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument 263 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 2263 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in insertAtomicArithmeticOp() local 2281 BuildMI(*BB, I, dl, TII.get(StoreOpcode)) in insertAtomicArithmeticOp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 4921 const unsigned StoreOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_STORE_D16 in legalizeImageIntrinsic() local 4925 unsigned NewOpcode = NumDefs == 0 ? StoreOpcode : LoadOpcode; in legalizeImageIntrinsic()
|