Searched refs:SHLD (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 41 SHLD, enumerator
|
D | X86GenFastISel.inc | 3855 // FastEmit functions for X86ISD::SHLD. 4080 …case X86ISD::SHLD: return FastEmit_X86ISD_SHLD_rri(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill, imm2…
|
D | X86InstrInfo.td | 123 def X86shld : SDNode<"X86ISD::SHLD", SDTIntShiftDOp>;
|
D | X86ISelLowering.cpp | 7560 Tmp2 = DAG.getNode(X86ISD::SHLD, dl, VT, ShOpHi, ShOpLo, ShAmt); in LowerShiftParts() 10623 case X86ISD::SHLD: return "X86ISD::SHLD"; in getTargetNodeName() 13496 unsigned Opc = X86ISD::SHLD; in PerformOrCombine()
|
D | X86GenDAGISel.inc | 3879 /*SwitchOpcode*/ 33|128,2/*289*/, TARGET_VAL(X86ISD::SHLD),// ->8899 35929 /*SwitchOpcode*/ 111, TARGET_VAL(X86ISD::SHLD),// ->74633
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 40 SHLD, enumerator
|
D | X86.td | 101 "SHLD instruction is slow">;
|
D | X86SchedHaswell.td | 794 // SHRD SHLD. 812 def : InstRW<[WriteShlDCL], (instregex "SHLD(16|32|64)rrCL")>;
|
D | X86InstrInfo.td | 133 def X86shld : SDNode<"X86ISD::SHLD", SDTIntShiftDOp>;
|
D | X86ISelLowering.cpp | 13303 Tmp2 = DAG.getNode(X86ISD::SHLD, dl, VT, ShOpHi, ShOpLo, ShAmt); in LowerShiftParts() 22080 case X86ISD::SHLD: return "X86ISD::SHLD"; in getTargetNodeName() 28467 unsigned Opc = X86ISD::SHLD; in combineOr()
|