Searched refs:OtherOps (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | Operations.h | 42 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 810 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 D | Instruction.h | 987 enum OtherOps {
|
H A D | Instructions.h | 1628 OtherOps getOpcode() const { 1629 return static_cast<OtherOps>(Instruction::getOpcode());
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 149 Instruction::OtherOps CmpOp, in cmpOpDescriptor()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 6156 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 D | Instructions.cpp | 3431 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 D | AttributorAttributes.cpp | 1840 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 D | BitcodeReader.cpp | 1728 I = CmpInst::Create((Instruction::OtherOps)BC->Opcode, in materializeValue()
|