Searched refs:OtherOps (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 679 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());
|
D | Instruction.h | 470 enum OtherOps {
|
D | Instructions.h | 1637 OtherOps getOpcode() const { 1638 return static_cast<OtherOps>(Instruction::getOpcode());
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 4293 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/ |
D | ConstantsContext.h | 243 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
|
D | Instructions.cpp | 3011 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()
|
D | Constants.cpp | 3017 return CmpInst::Create((Instruction::OtherOps)getOpcode(), in getAsInstruction()
|