Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOperations.h42 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h810 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred, Value *LHS,
825 static CmpInst *Create(OtherOps Op, Predicate Pred, Value *S1, Value *S2,
835 static CmpInst *CreateWithCopiedFlags(OtherOps Op, Predicate Pred, Value *S1,
842 OtherOps getOpcode() const {
843 return static_cast<OtherOps>(Instruction::getOpcode());
H A DInstruction.h987 enum OtherOps {
H A DInstructions.h1628 OtherOps getOpcode() const {
1629 return static_cast<OtherOps>(Instruction::getOpcode());
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp149 Instruction::OtherOps CmpOp, in cmpOpDescriptor()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp6156 SmallVector<SDValue, 8> OtherOps(N->op_begin(), N->op_end()); in ReplaceLoadVector() local
6160 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType(), DL)); in ReplaceLoadVector()
6162 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceLoadVector()
6275 SmallVector<SDValue, 8> OtherOps; in ReplaceINTRINSIC_W_CHAIN() local
6279 OtherOps.push_back(Chain); // Chain in ReplaceINTRINSIC_W_CHAIN()
6282 OtherOps.append(N->op_begin() + 2, N->op_end()); in ReplaceINTRINSIC_W_CHAIN()
6286 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceINTRINSIC_W_CHAIN()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3431 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst()
3444 CmpInst *CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
3463 CmpInst *CmpInst::CreateWithCopiedFlags(OtherOps Op, Predicate Pred, Value *S1, in CreateWithCopiedFlags()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1840 ArrayRef<Value *> OtherOps, AccessKind AK) { in updateImpl() argument
1841 for (auto *OtherOp : OtherOps) { in updateImpl()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1728 I = CmpInst::Create((Instruction::OtherOps)BC->Opcode, in materializeValue()