Searched refs:OtherOps (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 642 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred, 646 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred, 701 static CmpInst *Create(OtherOps Op, 710 static CmpInst *Create(OtherOps Op, unsigned short predicate, Value *S1, 714 OtherOps getOpcode() const { 715 return static_cast<OtherOps>(Instruction::getOpcode());
|
D | Instruction.h | 426 enum OtherOps { enum
|
D | Instructions.h | 1572 OtherOps getOpcode() const { 1573 return static_cast<OtherOps>(Instruction::getOpcode());
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 3106 SmallVector<SDValue, 8> OtherOps; in ReplaceLoadVector() local 3110 OtherOps.push_back(N->getOperand(i)); in ReplaceLoadVector() 3116 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType())); in ReplaceLoadVector() 3118 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceLoadVector() 3218 SmallVector<SDValue, 8> OtherOps; in ReplaceINTRINSIC_W_CHAIN() local 3222 OtherOps.push_back(Chain); // Chain in ReplaceINTRINSIC_W_CHAIN() 3226 OtherOps.push_back(N->getOperand(i)); in ReplaceINTRINSIC_W_CHAIN() 3230 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceINTRINSIC_W_CHAIN()
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 247 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
|
D | Instructions.cpp | 3058 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, in CmpInst() 3071 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, in CmpInst() 3085 CmpInst::Create(OtherOps Op, unsigned short predicate, in Create() 3106 CmpInst::Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, in Create()
|
D | Constants.cpp | 2870 return CmpInst::Create((Instruction::OtherOps)getOpcode(), in getAsInstruction()
|