Home
last modified time | relevance | path

Searched refs:LogicI (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp585 else if (Instruction *LogicI = dyn_cast<Instruction>(I->getOperand(0))) in getCmpOpsType() local
586 if (LogicI->getNumOperands() == 2) in getCmpOpsType()
587 if (CmpInst *CI0 = dyn_cast<CmpInst>(LogicI->getOperand(0))) in getCmpOpsType()
588 if (isa<CmpInst>(LogicI->getOperand(1))) in getCmpOpsType()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.td229 class LogicI<bits<6> op, string instr_asm, SDNode OpNode> :
416 def ANDI : LogicI<0x29, "andi ", and>;
417 def ORI : LogicI<0x28, "ori ", or>;
418 def XORI : LogicI<0x2A, "xori ", xor>;