| /external/llvm/include/llvm/IR/ |
| 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...] |
| Instruction.h | 405 enum BinaryOps {
|
| ConstantFolder.h | 97 Constant *CreateBinOp(Instruction::BinaryOps Opc,
|
| NoFolder.h | 147 Instruction *CreateBinOp(Instruction::BinaryOps Opc,
|
| IRBuilder.h | 611 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, [all...] |
| /external/llvm/lib/Transforms/InstCombine/ |
| InstructionCombining.cpp | 141 Instruction::BinaryOps Opcode = I.getOpcode(); 204 Instruction::BinaryOps Opcode = I.getOpcode(); 350 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, 351 Instruction::BinaryOps ROp) { 389 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp, 390 Instruction::BinaryOps ROp) { 401 static Value *getIdentityValue(Instruction::BinaryOps OpCode, Value *V) { 415 static Instruction::BinaryOps 440 Instruction::BinaryOps InnerOpcode, Value *A, 450 Instruction::BinaryOps TopLevelOpcode = I.getOpcode() [all...] |
| InstCombineMulDivRem.cpp | 730 if (Instruction::BinaryOps(LHS->getOpcode()) == I.getOpcode()) [all...] |
| InstCombineCasts.cpp | 191 Res = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); [all...] |
| /external/llvm/include/llvm/Analysis/ |
| ScalarEvolutionExpander.h | 195 Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS);
|
| TargetFolder.h | 109 Constant *CreateBinOp(Instruction::BinaryOps Opc,
|
| /external/llvm/lib/Target/XCore/ |
| XCoreLowerThreadLocal.cpp | 104 Builder.CreateBinOp((Instruction::BinaryOps)OpCode,
|
| /external/llvm/lib/Target/NVPTX/ |
| NVPTXGenericToNVVM.cpp | 349 return Builder.CreateBinOp(Instruction::BinaryOps(C->getOpcode()),
|
| /external/clang/lib/CodeGen/ |
| CGAtomic.cpp | 311 llvm::Instruction::BinaryOps PostOp = (llvm::Instruction::BinaryOps)0; [all...] |
| CGExprScalar.cpp | [all...] |
| ItaniumCXXABI.cpp | 720 llvm::Instruction::BinaryOps And, Or; [all...] |
| MicrosoftCXXABI.cpp | [all...] |
| /external/llvm/lib/Analysis/ |
| InstructionSimplify.cpp | 131 Instruction::BinaryOps OpcodeToExpand = (Instruction::BinaryOps)OpcToExpand; 189 Instruction::BinaryOps Opcode = (Instruction::BinaryOps)Opc; [all...] |
| ScalarEvolutionExpander.cpp | 152 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, [all...] |
| /external/llvm/lib/IR/ |
| Instructions.cpp | [all...] |
| Constants.cpp | [all...] |
| /external/llvm/tools/llvm-stress/ |
| llvm-stress.cpp | 338 Instruction::BinaryOps Op;
|
| /external/llvm/lib/Transforms/Scalar/ |
| Reassociate.cpp | [all...] |
| /external/llvm/lib/AsmParser/ |
| LLParser.cpp | [all...] |
| /external/llvm/lib/Transforms/Vectorize/ |
| LoopVectorize.cpp | [all...] |
| /external/llvm/lib/Bitcode/Reader/ |
| BitcodeReader.cpp | [all...] |