Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstrTypes.h923 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred,
927 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred,
943 static CmpInst *Create(OtherOps Op,
952 static CmpInst *Create(OtherOps Op, Predicate predicate, Value *S1,
956 OtherOps getOpcode() const {
957 return static_cast<OtherOps>(Instruction::getOpcode());
DInstruction.h492 enum OtherOps {
DInstructions.h1916 OtherOps getOpcode() const {
1917 return static_cast<OtherOps>(Instruction::getOpcode());
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp4350 SmallVector<SDValue, 8> OtherOps(N->op_begin(), N->op_end()); in ReplaceLoadVector() local
4354 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType(), DL)); in ReplaceLoadVector()
4356 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceLoadVector()
4456 SmallVector<SDValue, 8> OtherOps; in ReplaceINTRINSIC_W_CHAIN() local
4460 OtherOps.push_back(Chain); // Chain in ReplaceINTRINSIC_W_CHAIN()
4463 OtherOps.append(N->op_begin() + 2, N->op_end()); in ReplaceINTRINSIC_W_CHAIN()
4467 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceINTRINSIC_W_CHAIN()
/external/llvm/lib/IR/
DConstantsContext.h273 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
DInstructions.cpp3285 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst()
3297 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst()
3310 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
3330 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
DConstants.cpp3022 return CmpInst::Create((Instruction::OtherOps)getOpcode(), in getAsInstruction()