Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp352 const TargetData *TD, bool isEQ, unsigned &UsedICmps) { in GatherConstantCompares() argument
359 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ:ICmpInst::ICMP_NE)) { in GatherConstantCompares()
372 if (!isEQ) in GatherConstantCompares()
390 if (I->getOpcode() != (isEQ ? Instruction::Or : Instruction::And)) in GatherConstantCompares()
396 isEQ, UsedICmps)) { in GatherConstantCompares()
400 isEQ, UsedICmps)) { in GatherConstantCompares()
425 isEQ, UsedICmps)) in GatherConstantCompares()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp435 bool matchInstruction(Instruction *I, bool isEQ) { in matchInstruction()
450 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE)) { in matchInstruction()
555 if (!isEQ) in matchInstruction()
582 bool isEQ = (I->getOpcode() == Instruction::Or); in gather() local
597 if (I->getOpcode() == (isEQ ? Instruction::Or : Instruction::And)) { in gather()
606 if (matchInstruction(I, isEQ)) in gather()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp476 bool matchInstruction(Instruction *I, bool isEQ) { in matchInstruction()
491 if (ICI->getPredicate() == (isEQ ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE)) { in matchInstruction()
595 if (!isEQ) in matchInstruction()
622 bool isEQ = (I->getOpcode() == Instruction::Or); in gather() local
637 if (I->getOpcode() == (isEQ ? Instruction::Or : Instruction::And)) { in gather()
646 if (matchInstruction(I, isEQ)) in gather()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9406 bool isEQ = (MI.getOpcode() == PPC::ANDIo_1_EQ_BIT || in EmitInstrWithCustomInserter() local
9420 .addReg(isEQ ? PPC::CR0EQ : PPC::CR0GT); in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10776 bool isEQ = (MI.getOpcode() == PPC::ANDIo_1_EQ_BIT || in EmitInstrWithCustomInserter() local
10790 .addReg(isEQ ? PPC::CR0EQ : PPC::CR0GT); in EmitInstrWithCustomInserter()