Searched refs:HasXMMInt (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4296 static SDValue getZeroVector(EVT VT, bool HasXMMInt, SelectionDAG &DAG, in getZeroVector() argument 4304 if (HasXMMInt) { // SSE2 in getZeroVector() 4500 bool isZero, bool HasXMMInt, in getShuffleVectorZeroOrUndef() argument 4504 ? getZeroVector(VT, HasXMMInt, DAG, V2.getDebugLoc()) : DAG.getUNDEF(VT); in getShuffleVectorZeroOrUndef() 6279 bool HasXMMInt) { in getMOVLowToHigh() argument 6286 if (HasXMMInt && VT == MVT::v2f64) in getMOVLowToHigh() 6329 SDValue getMOVLP(SDValue &Op, DebugLoc &dl, SelectionDAG &DAG, bool HasXMMInt) { in getMOVLP() argument 6358 if (HasXMMInt && NumElems == 2) in getMOVLP() 6372 if (HasXMMInt) { in getMOVLP() 6562 bool HasXMMInt = Subtarget->hasXMMInt(); in LowerVECTOR_SHUFFLE() local [all …]
|
D | X86InstrInfo.td | 472 def HasXMMInt : Predicate<"Subtarget->hasXMMInt()">;
|
D | X86InstrSSE.td | 173 let Predicates = [HasXMMInt] in { 248 [(set FR64:$dst, fpimm0)]>, Requires<[HasXMMInt]>;
|