OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwapInvCC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp
892
ISD::CondCode
SwapInvCC
= ISD::getSetCCSwappedOperands(InverseCC);
893
if (isCondCodeLegal(
SwapInvCC
, CompareVT.getSimpleVT())) {
896
CC = DAG.getCondCode(
SwapInvCC
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
3667
ISD::CondCode
SwapInvCC
= ISD::getSetCCSwappedOperands(InvCC);
3668
if (TLI.isCondCodeLegalOrCustom(
SwapInvCC
, Tmp1.getSimpleValueType())) {
3672
Tmp1 = DAG.getSelectCC(dl, Tmp2, Tmp1, Tmp4, Tmp3,
SwapInvCC
);
Completed in 17 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026