Home
last modified time | relevance | path

Searched refs:HasXMMInt (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp4296 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 …]
DX86InstrInfo.td472 def HasXMMInt : Predicate<"Subtarget->hasXMMInt()">;
DX86InstrSSE.td173 let Predicates = [HasXMMInt] in {
248 [(set FR64:$dst, fpimm0)]>, Requires<[HasXMMInt]>;