Searched refs:OtherOps (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 923 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());
|
D | Instruction.h | 492 enum OtherOps {
|
D | Instructions.h | 1916 OtherOps getOpcode() const { 1917 return static_cast<OtherOps>(Instruction::getOpcode());
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 4350 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/ |
D | ConstantsContext.h | 273 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
|
D | Instructions.cpp | 3285 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()
|
D | Constants.cpp | 3022 return CmpInst::Create((Instruction::OtherOps)getOpcode(), in getAsInstruction()
|