Searched refs:OtherOps (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOperations.h38 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h764 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred,
769 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred,
784 static CmpInst *Create(OtherOps Op,
793 static CmpInst *Create(OtherOps Op, Predicate predicate, Value *S1,
797 OtherOps getOpcode() const {
798 return static_cast<OtherOps>(Instruction::getOpcode());
H A DInstruction.h769 enum OtherOps { enum in class:llvm::Instruction
H A DInstructions.h1759 OtherOps getOpcode() const {
1760 return static_cast<OtherOps>(Instruction::getOpcode());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp124 Instruction::OtherOps CmpOp,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4848 SmallVector<SDValue, 8> OtherOps(N->op_begin(), N->op_end());
4852 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType(), DL));
4854 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps,
4967 SmallVector<SDValue, 8> OtherOps; local
4971 OtherOps.push_back(Chain); // Chain
4974 OtherOps.append(N->op_begin() + 2, N->op_end());
4978 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h318 CompareConstantExpr(Type *ty, Instruction::OtherOps opc,
H A DInstructions.cpp3575 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS,
3590 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS,
3603 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2,
3623 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2,
H A DConstants.cpp3293 return CmpInst::Create((Instruction::OtherOps)getOpcode(),

Completed in 284 milliseconds