/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 708 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local 723 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local 950 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD; in foldMemoryOperandImpl() local 1254 unsigned &LoadOpcode, in getLoadStoreOpcodes()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 879 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local 894 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local 1110 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD; in foldMemoryOperandImpl() local 1467 unsigned &LoadOpcode, in getLoadStoreOpcodes()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 877 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local 894 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local 1142 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD; in foldMemoryOperandImpl() local 1592 unsigned &LoadOpcode, in getLoadStoreOpcodes()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 209 static bool isPotentialBlockingStoreInst(unsigned Opcode, unsigned LoadOpcode) { in isPotentialBlockingStoreInst() 233 static unsigned getYMMtoXMMLoadOpcode(unsigned LoadOpcode) { in getYMMtoXMMLoadOpcode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 208 static bool isPotentialBlockingStoreInst(int Opcode, int LoadOpcode) { in isPotentialBlockingStoreInst() 232 static unsigned getYMMtoXMMLoadOpcode(unsigned LoadOpcode) { in getYMMtoXMMLoadOpcode()
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 903 unsigned LoadOpcode = MI.getOperand(2).getImm(); in LowerFAULTING_LOAD_OP() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 996 auto LoadOpcode = Size == 4 ? ARM::VLDRS : ARM::VLDRD; in select() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 994 auto LoadOpcode = Size == 4 ? ARM::VLDRS : ARM::VLDRD; in select() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 2262 unsigned LoadOpcode = (Width == 8) ? AVR::LDRdPtr : AVR::LDWRdPtr; in insertAtomicArithmeticOp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRExpandPseudoInsts.cpp | 851 unsigned LoadOpcode = (Width == 8) ? AVR::LDRdPtr : AVR::LDWRdPtr; in expandAtomicArithmeticOp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 710 unsigned LoadOpcode; in generateLoadForNewConst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 4923 const unsigned LoadOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_LOAD_D16 in legalizeImageIntrinsic() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 12354 unsigned LoadOpcode = IsSignedCmp ? ISD::SEXTLOAD : ISD::ZEXTLOAD; in foldSextSetcc() local
|