Searched refs:StoreOpcode (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 870 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local 871 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot() 872 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot() 885 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local 886 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot() 1119 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local 1121 get(StoreOpcode)) in foldMemoryOperandImpl() 1576 unsigned &StoreOpcode) const { in getLoadStoreOpcodes() 1579 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes() 1582 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes() [all …]
|
| H A D | SystemZInstrInfo.h | 305 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
|
| H A D | SystemZISelLowering.h | 673 unsigned StoreOpcode, unsigned STOCOpcode,
|
| H A D | SystemZISelLowering.cpp | 7258 unsigned StoreOpcode, in emitCondStore() argument 7272 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore() 7330 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Opcodes.td | 333 class StoreOpcode : Opcode { 344 def Store : StoreOpcode {} 346 def StorePop : StoreOpcode {} 354 def InitPop : StoreOpcode {}
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86AvoidStoreForwardingBlocks.cpp | 262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument 263 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRExpandPseudoInsts.cpp | 890 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in expandAtomicArithmeticOp() local 899 buildMI(MBB, MBBI, StoreOpcode).add(Op2).add(Op1); in expandAtomicArithmeticOp()
|