Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackMaps.cpp50 MI.getOperand(Idx).getImm() == StackMaps::ConstantOp); in getConstMetaVal()
167 case StackMaps::ConstantOp: in getNextMetaArgIdx()
217 case StackMaps::ConstantOp: { in parseOperand()
408 assert(MOI->isImm() && MOI->getImm() == StackMaps::ConstantOp); in parseStatepointOpers()
447 assert(MOI->isImm() && MOI->getImm() == StackMaps::ConstantOp); in parseStatepointOpers()
H A DMachineVerifier.cpp1747 MI->getOperand(Offset - 1).getImm() != StackMaps::ConstantOp || in visitMachineInstrBefore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp845 Constant *ConstantOp = nullptr; in foldPHIArgOpIntoPHI() local
860 ConstantOp = dyn_cast<Constant>(FirstInst->getOperand(1)); in foldPHIArgOpIntoPHI()
861 if (!ConstantOp) in foldPHIArgOpIntoPHI()
875 } else if (I->getOperand(1) != ConstantOp) { in foldPHIArgOpIntoPHI()
917 BinOp = BinaryOperator::Create(BinOp->getOpcode(), PhiVal, ConstantOp); in foldPHIArgOpIntoPHI()
929 PhiVal, ConstantOp); in foldPHIArgOpIntoPHI()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h286 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp80 Ops.push_back(Builder.DAG.getTargetConstant(StackMaps::ConstantOp, L, in pushStackMapConstant()
H A DFastISel.cpp629 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
632 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp)); in addStackMapLiveVars()
H A DDAGCombiner.cpp2216 SDValue ConstantOp = IsAdd ? N->getOperand(1) : N->getOperand(0); in foldAddSubOfSignBit() local
2218 if (!DAG.isConstantIntBuildVectorOrConstantInt(ConstantOp) || in foldAddSubOfSignBit()
2242 {ConstantOp, DAG.getConstant(1, DL, VT)})) in foldAddSubOfSignBit()
H A DSelectionDAGBuilder.cpp9033 Builder.DAG.getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64)); in addStackMapLiveVars()