Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOperations.h38 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
/external/llvm-project/llvm/include/llvm/FuzzMutate/
DOperations.h38 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
/external/llvm/include/llvm/IR/
DInstrTypes.h907 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());
DInstruction.h509 enum OtherOps {
DInstructions.h1962 OtherOps getOpcode() const {
1963 return static_cast<OtherOps>(Instruction::getOpcode());
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h769 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());
DInstruction.h732 enum OtherOps {
DInstructions.h1790 OtherOps getOpcode() const {
1791 return static_cast<OtherOps>(Instruction::getOpcode());
/external/llvm-project/llvm/include/llvm/IR/
DInstrTypes.h761 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());
DInstruction.h782 enum OtherOps {
DInstructions.h1794 OtherOps getOpcode() const {
1795 return static_cast<OtherOps>(Instruction::getOpcode());
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h551 enum OtherOps { enum
/external/llvm-project/llvm/lib/FuzzMutate/
DOperations.cpp124 Instruction::OtherOps CmpOp, in cmpOpDescriptor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp124 Instruction::OtherOps CmpOp, in cmpOpDescriptor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp4870 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/
DNVPTXISelLowering.cpp4361 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/
DNVPTXISelLowering.cpp4849 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/
DConstantsContext.h271 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
DInstructions.cpp3453 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()
DConstants.cpp3096 return CmpInst::Create((Instruction::OtherOps)getOpcode(), in getAsInstruction()
/external/llvm/lib/IR/
DConstantsContext.h265 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
DInstructions.cpp3360 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()
DConstants.cpp2892 return CmpInst::Create((Instruction::OtherOps)getOpcode(), in getAsInstruction()
/external/llvm-project/llvm/lib/IR/
DConstantsContext.h318 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
DInstructions.cpp3568 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()

12