Searched refs:ConstantOp (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackMaps.cpp | 50 MI.getOperand(Idx).getImm() == StackMaps::ConstantOp); in getConstMetaVal() 184 case StackMaps::ConstantOp: in getNextMetaArgIdx() 237 case StackMaps::ConstantOp: { in parseOperand() 443 assert(MOI->isImm() && MOI->getImm() == StackMaps::ConstantOp); in parseStatepointOpers() 482 assert(MOI->isImm() && MOI->getImm() == StackMaps::ConstantOp); in parseStatepointOpers()
|
| H A D | MachineVerifier.cpp | 2303 MI->getOperand(Offset - 1).getImm() != StackMaps::ConstantOp || in visitMachineInstrBefore()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 885 Constant *ConstantOp = nullptr; in foldPHIArgOpIntoPHI() local 900 ConstantOp = dyn_cast<Constant>(FirstInst->getOperand(1)); in foldPHIArgOpIntoPHI() 901 if (!ConstantOp) in foldPHIArgOpIntoPHI() 915 } else if (I->getOperand(1) != ConstantOp) { in foldPHIArgOpIntoPHI() 959 BinOp = BinaryOperator::Create(BinOp->getOpcode(), PhiVal, ConstantOp); in foldPHIArgOpIntoPHI() 971 PhiVal, ConstantOp); in foldPHIArgOpIntoPHI()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | StackMaps.h | 293 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp }; enumerator
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 82 Ops.push_back(Builder.DAG.getTargetConstant(StackMaps::ConstantOp, L, in pushStackMapConstant()
|
| H A D | FastISel.cpp | 622 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars() 625 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
|
| H A D | SelectionDAGISel.cpp | 2518 CurDAG->getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in pushStackMapLiveVariable()
|
| H A D | LegalizeIntegerTypes.cpp | 6172 DAG.getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in ExpandIntOp_STACKMAP() 6211 DAG.getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in ExpandIntOp_PATCHPOINT()
|
| H A D | DAGCombiner.cpp | 2594 SDValue ConstantOp = IsAdd ? N->getOperand(1) : N->getOperand(0); in foldAddSubOfSignBit() local 2596 if (!DAG.isConstantIntBuildVectorOrConstantInt(ConstantOp) || in foldAddSubOfSignBit() 2617 {ConstantOp, DAG.getConstant(1, DL, VT)})) { in foldAddSubOfSignBit()
|