reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/X86/X86GenDAGISel.inc
51063 /*107919*/        OPC_MorphNodeTo2, TARGET_VAL(X86::LD_Fp80m), 0|OPFL_Chain|OPFL_MemRefs,
75048 /*158301*/      OPC_MorphNodeTo2, TARGET_VAL(X86::LD_Fp80m), 0|OPFL_Chain|OPFL_MemRefs,
lib/Target/X86/X86FloatingPoint.cpp
  732   { X86::LD_Fp80m     , X86::LD_F80m   },
lib/Target/X86/X86InstrInfo.cpp
 3133     return load ? X86::LD_Fp80m : X86::ST_FpP80m;
 5760   case X86::LD_Fp80m:
 5843   case X86::LD_Fp80m:
 5960   case X86::LD_Fp80m:
tools/llvm-exegesis/lib/X86/Target.cpp
  484   add(MCInstBuilder(X86::LD_Fp80m)
unittests/tools/llvm-exegesis/X86/TargetTest.cpp
  336                           OpcodeIs(X86::LD_Fp80m), IsStackDeallocate(10)));
  345                           OpcodeIs(X86::LD_Fp80m), IsStackDeallocate(10)));
  354                           OpcodeIs(X86::LD_Fp80m), IsStackDeallocate(10)));