Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstrTypes.h642 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());
DInstruction.h426 enum OtherOps { enum
DInstructions.h1572 OtherOps getOpcode() const {
1573 return static_cast<OtherOps>(Instruction::getOpcode());
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp3106 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/
DConstantsContext.h247 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
DInstructions.cpp3058 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()
DConstants.cpp2870 return CmpInst::Create((Instruction::OtherOps)getOpcode(), in getAsInstruction()