Home
last modified time | relevance | path

Searched refs:ConditionVT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.h73 EVT ConditionVT) const override { in getPreferredSwitchConditionType() argument
74 return ConditionVT.getSimpleVT(); in getPreferredSwitchConditionType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1630 EVT ConditionVT) const { in getPreferredSwitchConditionType()
1631 return getRegisterType(Context, ConditionVT); in getPreferredSwitchConditionType()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1419 EVT ConditionVT) const override;
H A DX86ISelLowering.cpp34424 EVT ConditionVT) const { in getPreferredSwitchConditionType()
34427 if (ConditionVT.getSizeInBits() < 32) in getPreferredSwitchConditionType()
34430 ConditionVT); in getPreferredSwitchConditionType()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1394 EVT ConditionVT) const;