/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 141 void init(BinaryOps iType); 142 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, 144 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, 161 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2, 169 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2, 194 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, 200 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, 206 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, 213 static BinaryOperator *CreateNUW(BinaryOps Opc, Value *V1, Value *V2, 219 static BinaryOperator *CreateNUW(BinaryOps Opc, Value *V1, Value *V2, [all …]
|
D | Instruction.h | 387 enum BinaryOps { enum
|
D | IRBuilder.h | 549 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, in CreateInsertNUWNSWBinOp() 789 Value *CreateBinOp(Instruction::BinaryOps Opc,
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 139 Instruction::BinaryOps Opcode = I.getOpcode(); in MaintainNoSignedWrap() 202 Instruction::BinaryOps Opcode = I.getOpcode(); in SimplifyAssociativeOrCommutative() 342 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, in LeftDistributesOverRight() 343 Instruction::BinaryOps ROp) { in LeftDistributesOverRight() 381 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp, in RightDistributesOverLeft() 382 Instruction::BinaryOps ROp) { in RightDistributesOverLeft() 400 Instruction::BinaryOps TopLevelOpcode = I.getOpcode(); // op in SimplifyUsingDistributiveLaws() 408 Instruction::BinaryOps InnerOpcode = Op0->getOpcode(); // op' in SimplifyUsingDistributiveLaws() 463 Instruction::BinaryOps InnerOpcode = Op0->getOpcode(); // op' in SimplifyUsingDistributiveLaws() 488 Instruction::BinaryOps InnerOpcode = Op1->getOpcode(); // op' in SimplifyUsingDistributiveLaws()
|
D | InstCombineMulDivRem.cpp | 629 if (Instruction::BinaryOps(LHS->getOpcode()) == I.getOpcode()) in commonIDivTransforms()
|
D | InstCombineCasts.cpp | 188 Res = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in EvaluateInDifferentType()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 195 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
|
/external/llvm/include/llvm/Support/ |
D | ConstantFolder.h | 97 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp()
|
D | TargetFolder.h | 109 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp()
|
D | NoFolder.h | 147 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 131 Instruction::BinaryOps OpcodeToExpand = (Instruction::BinaryOps)OpcToExpand; in ExpandBinOp() 192 Instruction::BinaryOps OpcodeToExtract = (Instruction::BinaryOps)OpcToExtract; in FactorizeBinOp() 261 Instruction::BinaryOps Opcode = (Instruction::BinaryOps)Opc; in SimplifyAssociativeBinOp() 1064 static Value *SimplifyDiv(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in SimplifyDiv() 1187 static Value *SimplifyRem(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in SimplifyRem()
|
D | ScalarEvolutionExpander.cpp | 152 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, in InsertBinop()
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 188 llvm::Instruction::BinaryOps PostOp = (llvm::Instruction::BinaryOps)0; in EmitAtomicOp()
|
D | ItaniumCXXABI.cpp | 608 llvm::Instruction::BinaryOps And, Or; in EmitMemberPointerComparison()
|
D | CGExprScalar.cpp | 1479 llvm::Instruction::BinaryOps op = isInc ? llvm::Instruction::Add : in EmitScalarPrePostIncDec()
|
D | CGBuiltin.cpp | 115 Instruction::BinaryOps Op) { in EmitBinaryAtomicPost()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 1732 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() 1745 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() 1759 void BinaryOperator::init(BinaryOps iType) { in init() 1834 BinaryOperator *BinaryOperator::Create(BinaryOps Op, Value *S1, Value *S2, in Create() 1842 BinaryOperator *BinaryOperator::Create(BinaryOps Op, Value *S1, Value *S2, in Create()
|
D | Core.cpp | 2024 return wrap(unwrap(B)->CreateBinOp(Instruction::BinaryOps(map_from_llvmopcode(Op)), unwrap(LHS), in LLVMBuildBinOp()
|
D | Constants.cpp | 2770 BinaryOperator::Create((Instruction::BinaryOps)getOpcode(), in getAsInstruction()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 336 Instruction::BinaryOps Op; in Act()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1569 static Instruction::BinaryOps 1703 Instruction::BinaryOps Op = getReductionBinOp(RdxDesc.Kind); in vectorizeLoop() 1730 Instruction::BinaryOps Op = getReductionBinOp(RdxDesc.Kind); in vectorizeLoop()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 720 NewOp = BinaryOperator::Create(Instruction::BinaryOps(Opcode), in RewriteExprTree()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3625 Inst = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseArithmetic() 3642 Inst = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseLogical()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2098 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseFunctionBody()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2006 Instruction::BinaryOps Opc = Instruction::BinaryOpsEnd; in FoldBranchToCommonDest()
|