Searched refs:LoadOpcode (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZInstrInfo.cpp | 879 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local 880 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot() 894 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local 895 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot() 896 addFrameReference(BuildMI(MBB, MBBI, DL, get(LoadOpcode), DestReg), in loadRegFromStackSlot() 1110 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD; in foldMemoryOperandImpl() local 1112 get(LoadOpcode)) in foldMemoryOperandImpl() 1467 unsigned &LoadOpcode, in getLoadStoreOpcodes() argument 1470 LoadOpcode = SystemZ::L; in getLoadStoreOpcodes() 1473 LoadOpcode = SystemZ::LFH; in getLoadStoreOpcodes() [all …]
|
| D | SystemZInstrInfo.h | 290 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86AvoidStoreForwardingBlocks.cpp | 208 static bool isPotentialBlockingStoreInst(int Opcode, int LoadOpcode) { in isPotentialBlockingStoreInst() argument 214 if (isYMMLoadOpcode(LoadOpcode)) in isPotentialBlockingStoreInst() 232 static unsigned getYMMtoXMMLoadOpcode(unsigned LoadOpcode) { in getYMMtoXMMLoadOpcode() argument 233 switch (LoadOpcode) { in getYMMtoXMMLoadOpcode()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMInstructionSelector.cpp | 996 auto LoadOpcode = Size == 4 ? ARM::VLDRS : ARM::VLDRD; in select() local 1001 MIB->setDesc(TII.get(LoadOpcode)); in select()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
| D | AVRExpandPseudoInsts.cpp | 851 unsigned LoadOpcode = (Width == 8) ? AVR::LDRdPtr : AVR::LDWRdPtr; in expandAtomicArithmeticOp() local 855 buildMI(MBB, MBBI, LoadOpcode).add(Op1).add(Op2); in expandAtomicArithmeticOp()
|