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.h71 EVT ConditionVT) const override { in getPreferredSwitchConditionType() argument
72 return ConditionVT.getSimpleVT(); in getPreferredSwitchConditionType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1728 EVT ConditionVT) const { in getPreferredSwitchConditionType()
1729 return getRegisterType(Context, ConditionVT); in getPreferredSwitchConditionType()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1505 EVT ConditionVT) const override;
H A DX86ISelLowering.cpp35700 EVT ConditionVT) const { in getPreferredSwitchConditionType()
35703 if (ConditionVT.getSizeInBits() < 32) in getPreferredSwitchConditionType()
35706 ConditionVT); in getPreferredSwitchConditionType()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1424 EVT ConditionVT) const;