Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp280 unsigned CCMask = MI->getOperand(FirstOpNum + 1).getImm(); in adjustCCMasksForInstr() local
293 unsigned CCMask = AlterMasks[I + 1]->getImm(); in adjustCCMasksForInstr() local
416 MachineOperand CCMask(MBBI->getOperand(1)); in fuseCompareOperations() local
H A DSystemZInstrInfo.h105 unsigned CCMask; member
H A DSystemZISelLowering.cpp60 unsigned CCMask; member
1525 static IPMConversion getIPMConversion(unsigned CCValid, unsigned CCMask) { in getIPMConversion()
1763 static unsigned reverseCCMask(unsigned CCMask) { in reverseCCMask()
1879 static unsigned getTestUnderMaskCond(unsigned BitSize, unsigned CCMask, in getTestUnderMaskCond()
2208 unsigned CCValid, unsigned CCMask) { in emitSETCC()
5207 unsigned CCMask = MI.getOperand(4).getImm(); in emitSelect() local
5257 unsigned CCMask = MI.getOperand(5).getImm(); in emitCondStore() local
H A DSystemZInstrInfo.cpp419 unsigned CCMask = Cond[1].getImm(); in InsertBranch() local
595 unsigned CCMask = Pred[1].getImm(); in PredicateInstruction() local
H A DSystemZISelDAGToDAG.cpp1297 SDValue CCMask = Node->getOperand(3); in Select() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp299 unsigned CCMask = WorkingMI.getOperand(4).getImm(); in commuteInstructionImpl() local
507 unsigned CCMask = Cond[1].getImm(); in insertBranch() local
582 unsigned CCMask = Pred[1].getImm(); in insertSelect() local
728 unsigned CCMask = Pred[1].getImm(); in PredicateInstruction() local
1303 unsigned CCMask = MI.getOperand(NumOps + 1).getImm(); in foldMemoryOperandImpl() local
1900 unsigned SystemZ::reverseCCMask(unsigned CCMask) { in reverseCCMask()
H A DSystemZElimCompare.cpp446 unsigned CCMask = CCUserMI->getOperand(FirstOpNum + 1).getImm(); in adjustCCMasksForInstr() local
461 unsigned CCMask = AlterMasks[I + 1]->getImm(); in adjustCCMasksForInstr() local
638 MachineOperand CCMask(MBBI->getOperand(1)); in fuseCompareOperations() local
H A DSystemZISelLowering.cpp57 unsigned CCMask; member
2527 static unsigned getTestUnderMaskCond(unsigned BitSize, unsigned CCMask, in getTestUnderMaskCond()
2887 unsigned CCValid, unsigned CCMask) { in emitSETCC()
3957 unsigned CCMask = 0; in lowerXALUO() local
4022 unsigned CCMask = 0; in lowerADDSUBCARRY() local
6898 static bool combineCCMask(SDValue &CCReg, int &CCValid, int &CCMask) { in combineCCMask()
6991 auto *CCMask = dyn_cast<ConstantSDNode>(N->getOperand(2)); in combineBR_CCMASK() local
7015 auto *CCMask = dyn_cast<ConstantSDNode>(N->getOperand(3)); in combineSELECT_CCMASK() local
7038 auto *CCMask = dyn_cast<ConstantSDNode>(N->getOperand(2)); in combineGET_CCMASK() local
7547 unsigned CCMask = FirstMI->getOperand(4).getImm(); in createPHIsForSelects() local
[all …]
H A DSystemZISelDAGToDAG.cpp1607 SDValue CCMask = Node->getOperand(3); in Select() local
1819 static IPMConversion getIPMConversion(unsigned CCValid, unsigned CCMask) { in getIPMConversion()
1898 int CCMask = CCMaskOp->getZExtValue(); in expandSelectBoolean() local
H A DSystemZInstrInfo.h123 unsigned CCMask; variable
H A DSystemZPostRewrite.cpp160 unsigned CCMask = MI.getOperand(4).getImm(); in expandCondMove() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp447 unsigned CCMask = CCUserMI->getOperand(FirstOpNum + 1).getImm(); in adjustCCMasksForInstr() local
462 unsigned CCMask = AlterMasks[I + 1]->getImm(); in adjustCCMasksForInstr() local
640 MachineOperand CCMask(MBBI->getOperand(1)); in fuseCompareOperations() local
H A DSystemZInstrInfo.cpp294 unsigned CCMask = WorkingMI.getOperand(4).getImm(); in commuteInstructionImpl() local
503 unsigned CCMask = Cond[1].getImm(); in insertBranch() local
577 unsigned CCMask = Pred[1].getImm(); in insertSelect() local
722 unsigned CCMask = Pred[1].getImm(); in PredicateInstruction() local
H A DSystemZISelLowering.cpp56 unsigned CCMask; member
2166 static unsigned reverseCCMask(unsigned CCMask) { in reverseCCMask()
2285 static unsigned getTestUnderMaskCond(unsigned BitSize, unsigned CCMask, in getTestUnderMaskCond()
2645 unsigned CCValid, unsigned CCMask) { in emitSETCC()
3602 unsigned CCMask = 0; in lowerXALUO() local
3667 unsigned CCMask = 0; in lowerADDSUBCARRY() local
6169 static bool combineCCMask(SDValue &CCReg, int &CCValid, int &CCMask) { in combineCCMask()
6270 auto *CCMask = dyn_cast<ConstantSDNode>(N->getOperand(2)); in combineBR_CCMASK() local
6294 auto *CCMask = dyn_cast<ConstantSDNode>(N->getOperand(3)); in combineSELECT_CCMASK() local
6317 auto *CCMask = dyn_cast<ConstantSDNode>(N->getOperand(2)); in combineGET_CCMASK() local
[all …]
H A DSystemZISelDAGToDAG.cpp1556 SDValue CCMask = Node->getOperand(3); in Select() local
1763 static IPMConversion getIPMConversion(unsigned CCValid, unsigned CCMask) { in getIPMConversion()
1842 int CCMask = CCMaskOp->getZExtValue(); in expandSelectBoolean() local
H A DSystemZInstrInfo.h123 unsigned CCMask; variable
H A DSystemZPostRewrite.cpp167 unsigned CCMask = MI.getOperand(4).getImm(); in expandCondMove() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
Dcondition_code.go26 type CCMask uint8 type
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Drewrite.go784 func s390xCCMaskToAux(c s390x.CCMask) Aux {