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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp754 Constant *ConstantOp = nullptr;
769 ConstantOp = dyn_cast<Constant>(FirstInst->getOperand(1));
770 if (!ConstantOp)
784 } else if (I->getOperand(1) != ConstantOp) {
826 BinOp = BinaryOperator::Create(BinOp->getOpcode(), PhiVal, ConstantOp);
838 PhiVal, ConstantOp);
/freebsd-11-stable/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...],
228 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp131 case StackMaps::ConstantOp: {
H A DMachineVerifier.cpp1564 MI->getOperand(Offset).getImm() != StackMaps::ConstantOp ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp67 Ops.push_back(Builder.DAG.getTargetConstant(StackMaps::ConstantOp, L,
H A DFastISel.cpp779 // Check for constants and encode them with a StackMaps::ConstantOp prefix.
781 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp));
784 Ops.push_back(MachineOperand::CreateImm(StackMaps::ConstantOp));
H A DDAGCombiner.cpp2058 SDValue ConstantOp = IsAdd ? N->getOperand(1) : N->getOperand(0); local
2060 ConstantSDNode *C = isConstOrConstSplat(ConstantOp);
H A DSelectionDAGBuilder.cpp8725 Builder.DAG.getTargetConstant(StackMaps::ConstantOp, DL, MVT::i64));

Completed in 179 milliseconds