Lines Matching defs:Op

78 static MachineOperand earlyUseOperand(MachineOperand Op) {  in earlyUseOperand()
728 LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint, in LowerAsmOperandForConstraint()
1291 static bool isIntrinsicWithCCAndChain(SDValue Op, unsigned &Opcode, in isIntrinsicWithCCAndChain()
1318 static bool isIntrinsicWithCC(SDValue Op, unsigned &Opcode, unsigned &CCValid) { in isIntrinsicWithCC()
1458 static SDValue emitIntrinsicWithChainAndGlue(SelectionDAG &DAG, SDValue Op, in emitIntrinsicWithChainAndGlue()
1478 static SDValue emitIntrinsicWithGlue(SelectionDAG &DAG, SDValue Op, in emitIntrinsicWithGlue()
1682 static bool isNaturalMemoryOperand(SDValue Op, unsigned ICmpType) { in isNaturalMemoryOperand()
2148 SDValue Op; in emitCmp() local
2277 SDValue Op) { in expandV4F32ToV2F64()
2356 SDValue SystemZTargetLowering::lowerSETCC(SDValue Op, in lowerSETCC()
2371 SDValue SystemZTargetLowering::lowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in lowerBR_CC()
2398 static SDValue getAbsolute(SelectionDAG &DAG, const SDLoc &DL, SDValue Op, in getAbsolute()
2407 SDValue SystemZTargetLowering::lowerSELECT_CC(SDValue Op, in lowerSELECT_CC()
2702 SDValue SystemZTargetLowering::lowerFRAMEADDR(SDValue Op, in lowerFRAMEADDR()
2730 SDValue SystemZTargetLowering::lowerRETURNADDR(SDValue Op, in lowerRETURNADDR()
2753 SDValue SystemZTargetLowering::lowerBITCAST(SDValue Op, in lowerBITCAST()
2798 SDValue SystemZTargetLowering::lowerVASTART(SDValue Op, in lowerVASTART()
2835 SDValue SystemZTargetLowering::lowerVACOPY(SDValue Op, in lowerVACOPY()
2851 lowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const { in lowerDYNAMIC_STACKALLOC()
2919 SDValue Op, SelectionDAG &DAG) const { in lowerGET_DYNAMIC_AREA_OFFSET()
2925 SDValue SystemZTargetLowering::lowerSMUL_LOHI(SDValue Op, in lowerSMUL_LOHI()
2967 SDValue SystemZTargetLowering::lowerUMUL_LOHI(SDValue Op, in lowerUMUL_LOHI()
2986 SDValue SystemZTargetLowering::lowerSDIVREM(SDValue Op, in lowerSDIVREM()
3013 SDValue SystemZTargetLowering::lowerUDIVREM(SDValue Op, in lowerUDIVREM()
3031 SDValue SystemZTargetLowering::lowerOR(SDValue Op, SelectionDAG &DAG) const { in lowerOR()
3087 SDValue SystemZTargetLowering::lowerCTPOP(SDValue Op, in lowerCTPOP()
3162 SDValue SystemZTargetLowering::lowerATOMIC_FENCE(SDValue Op, in lowerATOMIC_FENCE()
3184 SDValue SystemZTargetLowering::lowerATOMIC_LOAD(SDValue Op, in lowerATOMIC_LOAD()
3194 SDValue SystemZTargetLowering::lowerATOMIC_STORE(SDValue Op, in lowerATOMIC_STORE()
3206 SDValue SystemZTargetLowering::lowerATOMIC_LOAD_OP(SDValue Op, in lowerATOMIC_LOAD_OP()
3280 SDValue SystemZTargetLowering::lowerATOMIC_LOAD_SUB(SDValue Op, in lowerATOMIC_LOAD_SUB()
3317 SDValue SystemZTargetLowering::lowerATOMIC_CMP_SWAP(SDValue Op, in lowerATOMIC_CMP_SWAP()
3360 SDValue SystemZTargetLowering::lowerSTACKSAVE(SDValue Op, in lowerSTACKSAVE()
3368 SDValue SystemZTargetLowering::lowerSTACKRESTORE(SDValue Op, in lowerSTACKRESTORE()
3394 SDValue SystemZTargetLowering::lowerPREFETCH(SDValue Op, in lowerPREFETCH()
3426 SystemZTargetLowering::lowerINTRINSIC_W_CHAIN(SDValue Op, in lowerINTRINSIC_W_CHAIN()
3441 SystemZTargetLowering::lowerINTRINSIC_WO_CHAIN(SDValue Op, in lowerINTRINSIC_WO_CHAIN()
3738 SDValue Op; in getPermuteNode() local
3810 void GeneralShuffle::add(SDValue Op, unsigned Elem) { in add()
3933 SDValue Op; in getNode() local
3942 static bool isScalarToVector(SDValue Op) { in isScalarToVector()
4007 SDValue Op = BVN->getOperand(I); in tryBuildVectorByteMask() local
4043 SDValue Op = DAG.getNode(SystemZISD::REPLICATE, DL, VecVT, in tryBuildVectorReplicate() local
4060 SDValue Op = DAG.getNode(SystemZISD::ROTATE_MASK, DL, VecVT, in tryBuildVectorReplicate() local
4085 SDValue Op = BVN->getOperand(I); in tryBuildVectorShuffle() local
4109 for (auto &Op : GS.Ops) { in tryBuildVectorShuffle() local
4181 SDValue Op = DAG.getNode(SystemZISD::MERGE_HIGH, in buildVector() local
4237 SDValue SystemZTargetLowering::lowerBUILD_VECTOR(SDValue Op, in lowerBUILD_VECTOR()
4251 SDValue Op = DAG.getNode(SystemZISD::BYTE_MASK, DL, MVT::v16i8, in lowerBUILD_VECTOR() local
4274 SDValue Op = tryBuildVectorReplicate(DAG, TII, DL, VT, Value, in lowerBUILD_VECTOR() local
4309 SDValue SystemZTargetLowering::lowerVECTOR_SHUFFLE(SDValue Op, in lowerVECTOR_SHUFFLE()
4342 SDValue SystemZTargetLowering::lowerSCALAR_TO_VECTOR(SDValue Op, in lowerSCALAR_TO_VECTOR()
4351 SDValue SystemZTargetLowering::lowerINSERT_VECTOR_ELT(SDValue Op, in lowerINSERT_VECTOR_ELT()
4383 SystemZTargetLowering::lowerEXTRACT_VECTOR_ELT(SDValue Op, in lowerEXTRACT_VECTOR_ELT()
4409 SystemZTargetLowering::lowerExtendVectorInreg(SDValue Op, SelectionDAG &DAG, in lowerExtendVectorInreg()
4425 SDValue SystemZTargetLowering::lowerShift(SDValue Op, SelectionDAG &DAG, in lowerShift()
4482 SDValue SystemZTargetLowering::LowerOperation(SDValue Op, in LowerOperation()
4715 EVT VecVT, SDValue Op, in combineExtract()
4820 const SDLoc &DL, EVT TruncVT, SDValue Op, DAGCombinerInfo &DCI) const { in combineTruncateExtract()
4912 SDValue Op = DAG.getNode(Opcode, SDLoc(N), OutVT, Op1); in combineMERGE() local