Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h632 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
636 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
691 static CmpInst *Create(OtherOps Op,
700 static CmpInst *Create(OtherOps Op, unsigned short predicate, Value *S1,
704 OtherOps getOpcode() const {
705 return static_cast<OtherOps>(Instruction::getOpcode());
DInstruction.h338 enum OtherOps { enum
DInstructions.h1447 OtherOps getOpcode() const {
1448 return static_cast<OtherOps>(Instruction::getOpcode());
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DOperations.h39 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-7.0/llvm/include/llvm/IR/
DInstrTypes.h922 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred,
926 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred,
941 static CmpInst *Create(OtherOps Op,
950 static CmpInst *Create(OtherOps Op, Predicate predicate, Value *S1,
954 OtherOps getOpcode() const {
955 return static_cast<OtherOps>(Instruction::getOpcode());
DInstruction.h658 enum OtherOps {
DInstructions.h2201 OtherOps getOpcode() const {
2202 return static_cast<OtherOps>(Instruction::getOpcode());
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h551 enum OtherOps { enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp125 Instruction::OtherOps CmpOp, in cmpOpDescriptor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp4546 SmallVector<SDValue, 8> OtherOps(N->op_begin(), N->op_end()); in ReplaceLoadVector() local
4550 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType(), DL)); in ReplaceLoadVector()
4552 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceLoadVector()
4665 SmallVector<SDValue, 8> OtherOps; in ReplaceINTRINSIC_W_CHAIN() local
4669 OtherOps.push_back(Chain); // Chain in ReplaceINTRINSIC_W_CHAIN()
4672 OtherOps.append(N->op_begin() + 2, N->op_end()); in ReplaceINTRINSIC_W_CHAIN()
4676 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/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantsContext.h272 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
DInstructions.cpp3173 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst()
3185 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst()
3198 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
3218 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
DConstants.cpp2964 return CmpInst::Create((Instruction::OtherOps)getOpcode(), in getAsInstruction()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantsContext.h231 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
DInstructions.cpp2813 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, in CmpInst()
2826 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, in CmpInst()
2840 CmpInst::Create(OtherOps Op, unsigned short predicate, in Create()
2861 CmpInst::Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, in Create()