Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstrTypes.h679 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
683 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
738 static CmpInst *Create(OtherOps Op,
747 static CmpInst *Create(OtherOps Op, unsigned short predicate, Value *S1,
751 OtherOps getOpcode() const {
752 return static_cast<OtherOps>(Instruction::getOpcode());
DInstruction.h470 enum OtherOps {
DInstructions.h1637 OtherOps getOpcode() const {
1638 return static_cast<OtherOps>(Instruction::getOpcode());
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp4293 SmallVector<SDValue, 8> OtherOps(N->op_begin(), N->op_end()); in ReplaceLoadVector() local
4297 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType())); in ReplaceLoadVector()
4299 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceLoadVector()
4399 SmallVector<SDValue, 8> OtherOps; in ReplaceINTRINSIC_W_CHAIN() local
4403 OtherOps.push_back(Chain); // Chain in ReplaceINTRINSIC_W_CHAIN()
4406 OtherOps.append(N->op_begin() + 2, N->op_end()); in ReplaceINTRINSIC_W_CHAIN()
4410 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceINTRINSIC_W_CHAIN()
/external/llvm/lib/IR/
DConstantsContext.h243 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
DInstructions.cpp3011 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, in CmpInst()
3024 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, in CmpInst()
3038 CmpInst::Create(OtherOps Op, unsigned short predicate, in Create()
3059 CmpInst::Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, in Create()
DConstants.cpp3017 return CmpInst::Create((Instruction::OtherOps)getOpcode(), in getAsInstruction()