Searched refs:OtherOps (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | Operations.h | 38 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 769 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred, 774 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred, 789 static CmpInst *Create(OtherOps Op, 798 static CmpInst *Create(OtherOps Op, Predicate predicate, Value *S1, 802 OtherOps getOpcode() const { 803 return static_cast<OtherOps>(Instruction::getOpcode());
|
D | Instruction.h | 732 enum OtherOps {
|
D | Instructions.h | 1790 OtherOps getOpcode() const { 1791 return static_cast<OtherOps>(Instruction::getOpcode());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 551 enum OtherOps { enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 124 Instruction::OtherOps CmpOp, in cmpOpDescriptor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 4870 SmallVector<SDValue, 8> OtherOps(N->op_begin(), N->op_end()); in ReplaceLoadVector() local 4874 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType(), DL)); in ReplaceLoadVector() 4876 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceLoadVector() 4989 SmallVector<SDValue, 8> OtherOps; in ReplaceINTRINSIC_W_CHAIN() local 4993 OtherOps.push_back(Chain); // Chain in ReplaceINTRINSIC_W_CHAIN() 4996 OtherOps.append(N->op_begin() + 2, N->op_end()); in ReplaceINTRINSIC_W_CHAIN() 5000 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceINTRINSIC_W_CHAIN()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantsContext.h | 271 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
|
D | Instructions.cpp | 3453 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() 3468 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() 3481 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create() 3501 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
|
D | Constants.cpp | 3096 return CmpInst::Create((Instruction::OtherOps)getOpcode(), in getAsInstruction()
|