Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp50 MI.getOperand(Idx).getImm() == StackMaps::ConstantOp); in getConstMetaVal()
101 return CurIdx + 1; // skip <StackMaps::ConstantOp> in getNumGcMapEntriesIdx()
111 return CurIdx + 1; // skip <StackMaps::ConstantOp> in getNumAllocaIdx()
122 return CurIdx + 1; // skip <StackMaps::ConstantOp> in getNumGCPtrIdx()
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 recordStackMapOpers()
H A DMachineVerifier.cpp2303 MI->getOperand(Offset - 1).getImm() != StackMaps::ConstantOp || in visitMachineInstrBefore()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h148 /// <StackMaps::ConstantOp>, <calling convention>,
149 /// <StackMaps::ConstantOp>, <statepoint flags>,
150 /// <StackMaps::ConstantOp>, <num deopt args>, [deopt args...],
151 /// <StackMaps::ConstantOp>, <num gc pointer args>, [gc pointer args...],
152 /// <StackMaps::ConstantOp>, <num gc allocas>, [gc allocas args...],
153 /// <StackMaps::ConstantOp>, <num entries in gc map>, [base/derived pairs]
293 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
294 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp }; global() enumerator
/freebsd/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.cpp622 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
625 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
H A DSelectionDAGISel.cpp2518 CurDAG->getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in pushStackMapLiveVariable()
H A DLegalizeIntegerTypes.cpp6172 DAG.getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in ExpandIntOp_STACKMAP()
6211 DAG.getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in ExpandIntOp_PATCHPOINT()
H A DDAGCombiner.cpp2594 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()