Searched refs:StoreOpcode (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 708 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local 709 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot() 710 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot() 723 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local 724 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot() 939 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local 941 get(StoreOpcode)) in foldMemoryOperandImpl() 1255 unsigned &StoreOpcode) const { in getLoadStoreOpcodes() 1258 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes() 1261 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes() [all …]
|
D | SystemZInstrInfo.h | 233 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
|
D | SystemZISelLowering.h | 569 unsigned StoreOpcode, unsigned STOCOpcode,
|
D | SystemZISelLowering.cpp | 5246 unsigned StoreOpcode, in emitCondStore() argument 5260 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore() 5296 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 966 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local 967 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot() 968 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot() 981 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local 982 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot() 1230 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local 1232 get(StoreOpcode)) in foldMemoryOperandImpl() 1568 unsigned &StoreOpcode) const { in getLoadStoreOpcodes() 1571 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes() 1574 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes() [all …]
|
D | SystemZInstrInfo.h | 279 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
|
D | SystemZISelLowering.h | 621 unsigned StoreOpcode, unsigned STOCOpcode,
|
D | SystemZISelLowering.cpp | 6196 unsigned StoreOpcode, in emitCondStore() argument 6210 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore() 6268 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86AvoidStoreForwardingBlocks.cpp | 266 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument 267 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRExpandPseudoInsts.cpp | 851 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in expandAtomicArithmeticOp() local 860 buildMI(MBB, MBBI, StoreOpcode).add(Op2).add(Op1); in expandAtomicArithmeticOp()
|