HomeSort by: relevance | last modified time | path
    Searched refs:OtherOps (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
Operations.h 38 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h 761 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred,
766 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred,
781 static CmpInst *Create(OtherOps Op,
790 static CmpInst *Create(OtherOps Op, Predicate predicate, Value *S1,
794 OtherOps getOpcode() const {
795 return static_cast<OtherOps>(Instruction::getOpcode());
Instruction.h 796 enum OtherOps {
Instructions.h 1798 OtherOps getOpcode() const {
1799 return static_cast<OtherOps>(Instruction::getOpcode());
  /src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
Operations.cpp 124 Instruction::OtherOps CmpOp,
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 4841 SmallVector<SDValue, 8> OtherOps(N->op_begin(), N->op_end());
4845 OtherOps.push_back(DAG.getIntPtrConstant(LD->getExtensionType(), DL));
4847 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps,
4960 SmallVector<SDValue, 8> OtherOps;
4964 OtherOps.push_back(Chain); // Chain
4967 OtherOps.append(N->op_begin() + 2, N->op_end());
4971 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps,
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantsContext.h 318 CompareConstantExpr(Type *ty, Instruction::OtherOps opc,
Instructions.cpp 3589 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS,
3604 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS,
3617 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2,
3637 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2,
Constants.cpp 3526 return CmpInst::Create((Instruction::OtherOps)getOpcode(),

Completed in 37 milliseconds