Home
last modified time | relevance | path

Searched defs:CCMask (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp455 // Translate the CCMask into its "logical" value. in adjustCCMasksForInstr() local
440 unsigned CCMask = CCUserMI->getOperand(FirstOpNum + 1).getImm(); adjustCCMasksForInstr() local
624 MachineOperand CCMask(MBBI->getOperand(1)); fuseCompareOperations() local
[all...]
H A DSystemZInstrInfo.cpp312 unsigned CCMask = WorkingMI.getOperand(4).getImm(); in commuteInstructionImpl() local
520 unsigned CCMask = Cond[1].getImm(); in insertBranch() local
595 unsigned CCMask = Pred[1].getImm(); in insertSelect() local
741 unsigned CCMask = Pred[1].getImm(); PredicateInstruction() local
1315 unsigned CCMask = MI.getOperand(NumOps + 1).getImm(); foldMemoryOperandImpl() local
1909 reverseCCMask(unsigned CCMask) reverseCCMask() argument
[all...]
H A DSystemZInstrInfo.h134 unsigned CCMask; variable
H A DSystemZPostRewrite.cpp160 unsigned CCMask = MI.getOperand(4).getImm(); in expandCondMove() local
H A DSystemZISelDAGToDAG.cpp1679 SDValue CCMask = Node->getOperand(3); Select() local
1888 getIPMConversion(unsigned CCValid,unsigned CCMask) getIPMConversion() argument
1967 int CCMask = CCMaskOp->getZExtValue(); expandSelectBoolean() local
[all...]
H A DSystemZISelLowering.cpp57 unsigned CCMask; global() member
2734 getTestUnderMaskCond(unsigned BitSize,unsigned CCMask,uint64_t Mask,uint64_t CmpVal,unsigned ICmpType) getTestUnderMaskCond() argument
3166 emitSETCC(SelectionDAG & DAG,const SDLoc & DL,SDValue CCReg,unsigned CCValid,unsigned CCMask) emitSETCC() argument
4281 unsigned CCMask = 0; lowerXALUO() local
4378 unsigned CCMask = 0; lowerUADDSUBO_CARRY() local
7437 combineCCMask(SDValue & CCReg,int & CCValid,int & CCMask) combineCCMask() argument
7530 auto *CCMask = dyn_cast<ConstantSDNode>(N->getOperand(2)); combineBR_CCMASK() local
7554 auto *CCMask = dyn_cast<ConstantSDNode>(N->getOperand(3)); combineSELECT_CCMASK() local
7577 auto *CCMask = dyn_cast<ConstantSDNode>(N->getOperand(2)); combineGET_CCMASK() local
8099 unsigned CCMask = FirstMI->getOperand(4).getImm(); createPHIsForSelects() local
8148 unsigned CCMask = MI.getOperand(4).getImm(); emitSelect() local
8245 unsigned CCMask = MI.getOperand(5).getImm(); emitCondStore() local
[all...]