HomeSort by: relevance | last modified time | path
    Searched refs:LoadOpcode (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 870 unsigned LoadOpcode, StoreOpcode;
871 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
885 unsigned LoadOpcode, StoreOpcode;
886 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
887 addFrameReference(BuildMI(MBB, MBBI, DL, get(LoadOpcode), DestReg),
1130 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD;
1132 get(LoadOpcode))
1575 unsigned &LoadOpcode,
1578 LoadOpcode = SystemZ::L;
1581 LoadOpcode = SystemZ::LFH
    [all...]
SystemZInstrInfo.h 305 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AvoidStoreForwardingBlocks.cpp 209 static bool isPotentialBlockingStoreInst(unsigned Opcode, unsigned LoadOpcode) {
215 if (isYMMLoadOpcode(LoadOpcode))
233 static unsigned getYMMtoXMMLoadOpcode(unsigned LoadOpcode) {
234 switch (LoadOpcode) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMInstructionSelector.cpp 994 auto LoadOpcode = Size == 4 ? ARM::VLDRS : ARM::VLDRD;
999 MIB->setDesc(TII.get(LoadOpcode));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRExpandPseudoInsts.cpp 889 unsigned LoadOpcode = (Width == 8) ? AVR::LDRdPtr : AVR::LDWRdPtr;
893 buildMI(MBB, MBBI, LoadOpcode).add(Op1).add(Op2);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 708 unsigned LoadOpcode;
711 LoadOpcode = PPC::DFLOADf32;
713 LoadOpcode = PPC::DFLOADf64;
723 BuildMI(*MF, MI->getDebugLoc(), get(LoadOpcode), VReg2)

Completed in 30 milliseconds