/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | Operations.h | 38 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
|
/external/llvm-project/llvm/include/llvm/FuzzMutate/ |
D | Operations.h | 38 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 907 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred, 911 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred, 927 static CmpInst *Create(OtherOps Op, 936 static CmpInst *Create(OtherOps Op, Predicate predicate, Value *S1, 940 OtherOps getOpcode() const { 941 return static_cast<OtherOps>(Instruction::getOpcode());
|
D | Instruction.h | 509 enum OtherOps {
|
D | Instructions.h | 1962 OtherOps getOpcode() const { 1963 return static_cast<OtherOps>(Instruction::getOpcode());
|
/external/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());
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | InstrTypes.h | 761 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred, 766 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred, 781 static CmpInst *Create(OtherOps Op, 790 static CmpInst *Create(OtherOps Op, Predicate predicate, Value *S1, 794 OtherOps getOpcode() const { 795 return static_cast<OtherOps>(Instruction::getOpcode());
|
D | Instruction.h | 782 enum OtherOps {
|
D | Instructions.h | 1794 OtherOps getOpcode() const { 1795 return static_cast<OtherOps>(Instruction::getOpcode());
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 551 enum OtherOps { enum
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 124 Instruction::OtherOps CmpOp, in cmpOpDescriptor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 124 Instruction::OtherOps CmpOp, in cmpOpDescriptor()
|
/external/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()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 4361 SmallVector<SDValue, 8> OtherOps(N->op_begin(), N->op_end()); in ReplaceLoadVector() local 4365 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType(), DL)); in ReplaceLoadVector() 4367 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceLoadVector() 4467 SmallVector<SDValue, 8> OtherOps; in ReplaceINTRINSIC_W_CHAIN() local 4471 OtherOps.push_back(Chain); // Chain in ReplaceINTRINSIC_W_CHAIN() 4474 OtherOps.append(N->op_begin() + 2, N->op_end()); in ReplaceINTRINSIC_W_CHAIN() 4478 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceINTRINSIC_W_CHAIN()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 4849 SmallVector<SDValue, 8> OtherOps(N->op_begin(), N->op_end()); in ReplaceLoadVector() local 4853 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType(), DL)); in ReplaceLoadVector() 4855 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceLoadVector() 4968 SmallVector<SDValue, 8> OtherOps; in ReplaceINTRINSIC_W_CHAIN() local 4972 OtherOps.push_back(Chain); // Chain in ReplaceINTRINSIC_W_CHAIN() 4975 OtherOps.append(N->op_begin() + 2, N->op_end()); in ReplaceINTRINSIC_W_CHAIN() 4979 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceINTRINSIC_W_CHAIN()
|
/external/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()
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 265 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
|
D | Instructions.cpp | 3360 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() 3372 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() 3385 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create() 3405 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
|
D | Constants.cpp | 2892 return CmpInst::Create((Instruction::OtherOps)getOpcode(), in getAsInstruction()
|
/external/llvm-project/llvm/lib/IR/ |
D | ConstantsContext.h | 318 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
|
D | Instructions.cpp | 3568 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() 3583 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() 3596 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create() 3616 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
|