Searched refs:OtherOps (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | Operations.h | 49 Instruction::OtherOps CmpOp,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 731 LLVM_ABI CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred, 746 LLVM_ABI static CmpInst *Create(OtherOps Op, Predicate Pred, Value *S1, 757 CreateWithCopiedFlags(OtherOps Op, Predicate Pred, Value *S1, Value *S2, 762 OtherOps getOpcode() const { 763 return static_cast<OtherOps>(Instruction::getOpcode());
|
| H A D | Instruction.h | 1047 enum OtherOps {
|
| H A D | Instructions.h | 1748 OtherOps getOpcode() const { 1749 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 | 5914 SmallVector<SDValue, 8> OtherOps(LD->ops()); in replaceLoadVector() local 5918 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType(), DL)); in replaceLoadVector() 5920 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in replaceLoadVector() 6051 SmallVector<SDValue, 8> OtherOps; in ReplaceINTRINSIC_W_CHAIN() local 6055 OtherOps.push_back(Chain); // Chain in ReplaceINTRINSIC_W_CHAIN() 6058 OtherOps.append(N->op_begin() + 2, N->op_end()); in ReplaceINTRINSIC_W_CHAIN() 6062 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceINTRINSIC_W_CHAIN()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3485 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() 3497 CmpInst *CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create() 3516 CmpInst *CmpInst::CreateWithCopiedFlags(OtherOps Op, Predicate Pred, Value *S1, in CreateWithCopiedFlags()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1854 ArrayRef<Value *> OtherOps, AccessKind AK) { in updateImpl() argument 1855 for (auto *OtherOp : OtherOps) { in updateImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1770 I = CmpInst::Create((Instruction::OtherOps)BC->Opcode, in materializeValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 21038 …ConstantExpr::CompareConstantExpr(llvm::Type const*, llvm::Instruction::OtherOps, unsigned short, … 21658 …neEPS4_", "llvm::CmpInst::CmpInst(llvm::Type const*, llvm::Instruction::OtherOps, unsigned short, … 21659 …neEPS4_", "llvm::CmpInst::CmpInst(llvm::Type const*, llvm::Instruction::OtherOps, unsigned short, … 21660 …cBlockE", "llvm::CmpInst::CmpInst(llvm::Type const*, llvm::Instruction::OtherOps, unsigned short, … 21661 …cBlockE", "llvm::CmpInst::CmpInst(llvm::Type const*, llvm::Instruction::OtherOps, unsigned short, … 21662 …_5ValueES4_RKNS_5TwineEPS1_", "llvm::CmpInst::Create(llvm::Instruction::OtherOps, unsigned short, … 21663 …NS_5TwineEPNS_10BasicBlockE", "llvm::CmpInst::Create(llvm::Instruction::OtherOps, unsigned short, …
|