Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVISelLowering.h73 EVT ConditionVT) const override { in getPreferredSwitchConditionType() argument
74 return ConditionVT.getSimpleVT(); in getPreferredSwitchConditionType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp1630 EVT ConditionVT) const { in getPreferredSwitchConditionType()
1631 return getRegisterType(Context, ConditionVT); in getPreferredSwitchConditionType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1419 EVT ConditionVT) const override;
HDX86ISelLowering.cpp34424 EVT ConditionVT) const { in getPreferredSwitchConditionType()
34427 if (ConditionVT.getSizeInBits() < 32) in getPreferredSwitchConditionType()
34430 ConditionVT); in getPreferredSwitchConditionType()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h1394 EVT ConditionVT) const;