Searched refs:CreateOr (Results 1 - 25 of 34) sorted by relevance

12

/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp180 V = Builder.CreateOr(Tmp1, Tmp2, "bswap.i16");
198 Tmp4 = Builder.CreateOr(Tmp4, Tmp3, "bswap.or1");
199 Tmp2 = Builder.CreateOr(Tmp2, Tmp1, "bswap.or2");
200 V = Builder.CreateOr(Tmp4, Tmp2, "bswap.i32");
247 Tmp8 = Builder.CreateOr(Tmp8, Tmp7, "bswap.or1");
248 Tmp6 = Builder.CreateOr(Tmp6, Tmp5, "bswap.or2");
249 Tmp4 = Builder.CreateOr(Tmp4, Tmp3, "bswap.or3");
250 Tmp2 = Builder.CreateOr(Tmp2, Tmp1, "bswap.or4");
251 Tmp8 = Builder.CreateOr(Tmp8, Tmp6, "bswap.or5");
252 Tmp4 = Builder.CreateOr(Tmp
[all...]
/external/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp211 Value *Ret0_3 = Builder.CreateOr(Ret0_1, Ret0_2);
216 Value *Ret0 = Builder.CreateOr(Ret0_3, Ret0_4);
219 Value *EarlyRet = Builder.CreateOr(Ret0, RetDividend);
269 Value *Tmp7 = Builder.CreateOr(Tmp5, Tmp6);
271 Value *Q_1 = Builder.CreateOr(Carry_1, Tmp8);
291 Value *Q_4 = Builder.CreateOr(Carry_2, Tmp13);
H A DFlattenCFG.cpp286 NC = Builder.CreateOr(PC, CC);
443 Value *NC = Builder.CreateOr(CInst1, CC);
H A DBypassSlowDivision.cpp158 Value *OrV = MainBuilder.CreateOr(Dividend, Divisor);
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp159 Value *Or = Builder->CreateOr(Cmp2, Cmp3);
162 Or = Builder->CreateOr(Cmp1, Or);
H A DMemorySanitizer.cpp989 setShadow(&I, IRB.CreateOr(S1S2, IRB.CreateOr(V1S2, S1V2)));
1011 setShadow(&I, IRB.CreateOr(S1S2, IRB.CreateOr(V1S2, S1V2)));
1049 Shadow = IRB.CreateOr(Shadow, OpShadow, "_msprop");
1181 Value *Sc = IRB.CreateOr(Sa, Sb);
1208 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaOtherBits)), SaSignBit);
1225 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaSignBit)), SaOtherBits);
1228 return IRB.CreateOr(A, Sa);
1336 setShadow(&I, IRB.CreateOr(Shif
[all...]
H A DAddressSanitizer.cpp572 return IRB.CreateOr(Shadow, ConstantInt::get(IntptrTy, Mapping.Offset));
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp153 Value *Or = Builder->CreateOr(X, Together);
166 return BinaryOperator::CreateOr(And, OpRHS);
638 Value* newOr = Builder->CreateOr(B, D);
649 Value* newOr = Builder->CreateOr(B, D);
691 Value *newOr1 = Builder->CreateOr(B, D);
732 Value *NewOr = Builder->CreateOr(Val, Val2);
738 Value *NewOr = Builder->CreateOr(Val, Val2);
1134 Value *Or = Builder->CreateOr(Op0NotVal, Op1NotVal,
1516 Value *NewOr = Builder->CreateOr(Val, Val2);
1774 return BinaryOperator::CreateOr(NewO
[all...]
H A DInstCombineSelect.cpp412 return Builder->CreateOr(V, Y);
544 return ReplaceInstUsesWith(SI, Builder->CreateOr(AShr, C1));
744 return BinaryOperator::CreateOr(CondVal, FalseVal);
757 return BinaryOperator::CreateOr(NotCond, TrueVal);
763 return BinaryOperator::CreateOr(CondVal, FalseVal);
772 return BinaryOperator::CreateOr(TrueVal, FalseVal);
H A DInstCombineAddSub.cpp1047 return BinaryOperator::CreateOr(LHS, RHS);
1171 return BinaryOperator::CreateOr(A, B);
1176 return BinaryOperator::CreateOr(A, B);
H A DInstCombineSimplifyDemanded.cpp324 BinaryOperator::CreateOr(I->getOperand(0), I->getOperand(1),
523 BinaryOperator::CreateOr(I->getOperand(0), I->getOperand(1),
H A DInstCombineCompares.cpp417 return BinaryOperator::CreateOr(C1, C2);
1318 Op = BinaryOperator::CreateOr(ICIP, ICIQ);
1547 Builder->CreateOr(LHSI->getOperand(1), RHSV - 1),
1556 Builder->CreateOr(LHSI->getOperand(1), RHSV), LHSC);
2104 return BinaryOperator::CreateOr(Not, Op1);
2111 return BinaryOperator::CreateOr(Not, Op0);
/external/llvm/lib/Transforms/Scalar/
H A DLowerAtomic.cpp65 Res = Builder.CreateOr(Orig, Val);
H A DGVN.cpp1216 Val = Builder.CreateOr(Val, ShVal);
1223 Val = Builder.CreateOr(OneElt, ShVal);
H A DScalarReplAggregates.cpp1011 SV = Builder.CreateOr(Old, SV, "ins");
2518 ResultVal = BinaryOperator::CreateOr(SrcField, ResultVal, "", LI);
/external/llvm/include/llvm/Support/
H A DNoFolder.h140 Instruction *CreateOr(Constant *LHS, Constant *RHS) const { function in class:llvm::NoFolder
141 return BinaryOperator::CreateOr(LHS, RHS);
H A DConstantFolder.h90 Constant *CreateOr(Constant *LHS, Constant *RHS) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h102 Constant *CreateOr(Constant *LHS, Constant *RHS) const { function in class:llvm::TargetFolder
/external/llvm/examples/BrainF/
H A DBrainF.cpp257 CreateOr(test_0, test_1, testreg);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h763 Value *CreateOr(Value *LHS, Value *RHS, const Twine &Name = "") { function in class:llvm::IRBuilder
768 return Insert(Folder.CreateOr(LC, RC), Name);
770 return Insert(BinaryOperator::CreateOr(LHS, RHS), Name);
772 Value *CreateOr(Value *LHS, const APInt &RHS, const Twine &Name = "") { function in class:llvm::IRBuilder
773 return CreateOr(LHS, ConstantInt::get(LHS->getType(), RHS), Name);
775 Value *CreateOr(Value *LHS, uint64_t RHS, const Twine &Name = "") { function in class:llvm::IRBuilder
776 return CreateOr(LHS, ConstantInt::get(LHS->getType(), RHS), Name);
/external/llvm/include/llvm/MC/
H A DMCExpr.h448 static const MCBinaryExpr *CreateOr(const MCExpr *LHS, const MCExpr *RHS, function in class:llvm::MCBinaryExpr
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp450 return Builder.CreateOr(Ops.LHS, Ops.RHS, "or");
820 return Builder.CreateOr(Src.first, Src.second, "tobool");
2048 llvm::Value *Overflow = Builder.CreateOr(LHSCmp, RHSCmp, "or");
2722 Result = Builder.CreateOr(ResultR, ResultI, "or.ri");
2868 Value *Or = Builder.CreateOr(LHS, RHS);
3028 llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond");
H A DCGExprCXX.cpp722 hasOverflow = CGF.Builder.CreateOr(hasOverflow,
748 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
787 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
H A DItaniumCXXABI.cpp667 llvm::Value *OrAdj = Builder.CreateOr(LAdj, RAdj, "or.adj");
709 Result = Builder.CreateOr(Result, IsVirtual);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp247 return MCBinaryExpr::CreateOr(LHS, RHS, Ctx);

Completed in 500 milliseconds

12