Home
last modified time | relevance | path

Searched refs:ConstantOp (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp50 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 DMachineVerifier.cpp2017 MI->getOperand(Offset - 1).getImm() != StackMaps::ConstantOp || in visitMachineInstrBefore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp885 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h293 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp }; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp82 Ops.push_back(Builder.DAG.getTargetConstant(StackMaps::ConstantOp, L, in pushStackMapConstant()
H A DFastISel.cpp618 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
621 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
H A DSelectionDAGISel.cpp2384 CurDAG->getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in pushStackMapLiveVariable()
H A DLegalizeIntegerTypes.cpp5981 DAG.getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in ExpandIntOp_STACKMAP()
6020 DAG.getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in ExpandIntOp_PATCHPOINT()
H A DDAGCombiner.cpp2672 SDValue ConstantOp = IsAdd ? N->getOperand(1) : N->getOperand(0); in foldAddSubOfSignBit() local
2674 if (!DAG.isConstantIntBuildVectorOrConstantInt(ConstantOp) || in foldAddSubOfSignBit()
2696 {ConstantOp, DAG.getConstant(1, DL, VT)})) { in foldAddSubOfSignBit()