Home
last modified time | relevance | path

Searched refs:hasSIMD128 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h76 bool hasSIMD128() const { return HasSIMD128; } in hasSIMD128() function
DWebAssemblyTargetTransformInfo.cpp40 if (Vector && getST()->hasSIMD128()) in getRegisterBitWidth()
DWebAssemblyInstrInfo.td21 def HasSIMD128 : Predicate<"Subtarget->hasSIMD128()">,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h80 bool hasSIMD128() const { return HasSIMD128; } in hasSIMD128() function
DWebAssemblyTargetTransformInfo.cpp40 if (Vector && getST()->hasSIMD128()) in getRegisterBitWidth()
DWebAssemblyFastISel.cpp138 if (Subtarget->hasSIMD128()) in getLegalType()
645 if (!Subtarget->hasSIMD128() && ArgTy->isVectorTy()) in fastLowerArguments()
747 if (!Subtarget->hasSIMD128() && Call->getType()->isVectorTy()) in selectCall()
1125 if (!Subtarget->hasSIMD128() && Load->getType()->isVectorTy()) in selectLoad()
1182 if (!Subtarget->hasSIMD128() && in selectStore()
1274 if (!Subtarget->hasSIMD128() && RV->getType()->isVectorTy()) in selectRet()
DWebAssemblyISelLowering.cpp58 if (Subtarget->hasSIMD128()) { in WebAssemblyTargetLowering()
367 if (Subtarget->hasSIMD128() && VT.isVector()) { in getRegForInlineAsmConstraint()
DWebAssemblyInstrInfo.td21 def HasSIMD128 : Predicate<"Subtarget->hasSIMD128()">,