Home
last modified time | relevance | path

Searched defs:StoreOpcode (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp708 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
723 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
939 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
H A DSystemZISelLowering.cpp5246 unsigned StoreOpcode, in emitCondStore()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp879 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
894 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
1099 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
H A DSystemZISelLowering.cpp6940 unsigned StoreOpcode, in emitCondStore()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp877 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
894 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
1131 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
H A DSystemZISelLowering.cpp7683 unsigned StoreOpcode, in emitCondStore()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp261 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2263 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in insertAtomicArithmeticOp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp852 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in expandAtomicArithmeticOp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4921 const unsigned StoreOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_STORE_D16 in legalizeImageIntrinsic() local