Searched refs:ConstantOp (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackMaps.cpp | 50 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 D | MachineVerifier.cpp | 2303 MI->getOperand(Offset - 1).getImm() != StackMaps::ConstantOp || in visitMachineInstrBefore()
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 148 /// <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 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()
|