Home
last modified time | relevance | path

Searched refs:AVXLevel (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp2041 switch (AVXLevel) { in getNativeVectorSizeForAVXABI()
2177 X86AVXABILevel AVXLevel; member in __anon2eb210400311::X86_64ABIInfo
2183 X86_64ABIInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) : in X86_64ABIInfo() argument
2184 SwiftABIInfo(CGT), AVXLevel(AVXLevel), in X86_64ABIInfo()
2267 : TargetCodeGenInfo(new X86_64ABIInfo(CGT, AVXLevel)) {} in X86_64TargetCodeGenInfo()
2347 : X86_64TargetCodeGenInfo(CGT, AVXLevel) {} in PS4TargetCodeGenInfo()
2420 X86AVXABILevel AVXLevel) in WinX86_64TargetCodeGenInfo() argument
2904 unsigned LargestVector = getNativeVectorSizeForAVXABI(AVXLevel); in IsIllegalVectorType()
9401 X86AVXABILevel AVXLevel = in getTargetCodeGenInfo() local
9410 return SetCGInfo(new PS4TargetCodeGenInfo(Types, AVXLevel)); in getTargetCodeGenInfo()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp2836 unsigned AVXLevel = Subtarget->hasAVX512() ? 2 : in fastLowerIntrinsicCall() local
2842 case MVT::f32: Opc = SqrtOpc[AVXLevel][0]; break; in fastLowerIntrinsicCall()
2843 case MVT::f64: Opc = SqrtOpc[AVXLevel][1]; break; in fastLowerIntrinsicCall()
2854 if (AVXLevel > 0) { in fastLowerIntrinsicCall()
3033 unsigned AVXLevel = Subtarget->hasAVX512() ? 2 : in fastLowerIntrinsicCall() local
3039 case MVT::i32: Opc = CvtOpc[AVXLevel][IsInputDouble][0]; break; in fastLowerIntrinsicCall()
3040 case MVT::i64: Opc = CvtOpc[AVXLevel][IsInputDouble][1]; break; in fastLowerIntrinsicCall()