Searched refs:hasVLX (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h449 bool hasVLX() const { return HasVLX; } function in class:llvm::final
H A DX86ISelLowering.cpp1198 if (Subtarget.hasVLX()){
1228 if (Subtarget.hasVLX()) {
1239 if (Subtarget.hasVLX()) {
1353 if (Subtarget.hasVLX()) {
1372 if (Subtarget.hasVLX()) {
1483 if (Subtarget.hasVLX())
1486 LegalizeAction Action = Subtarget.hasVLX() ? Legal : Custom;
1515 if (Subtarget.hasVLX()) {
1523 if (!Subtarget.useSoftFloat() && Subtarget.hasVLX()) {
1727 if (Subtarget.hasBWI() && Subtarget.hasVLX())
[all...]
H A DX86TargetTransformInfo.cpp1561 if (VF == 2 || (VF == 4 && !ST->hasVLX()))
H A DX86InstrInfo.cpp4675 assert(STI.hasVLX() && "Using extended register requires VLX");
4691 assert(STI.hasVLX() && "Using extended register requires VLX");
4698 assert(STI.hasVLX() && "Using 512-bit register requires AVX512");

Completed in 120 milliseconds