HomeSort by relevance Sort by last modified time
    Searched refs:CreateOr (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 180 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(Tmp4, Tmp2, "bswap.or6")
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 180 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(Tmp4, Tmp2, "bswap.or6")
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 216 Value *Or = Builder->CreateOr(X, Together);
229 return BinaryOperator::CreateOr(And, OpRHS);
656 Value* newOr = Builder->CreateOr(B, D);
667 Value* newOr = Builder->CreateOr(B, D);
709 Value *newOr1 = Builder->CreateOr(B, D);
750 Value *NewOr = Builder->CreateOr(Val, Val2);
756 Value *NewOr = Builder->CreateOr(Val, Val2);
768 Value *NewOr = Builder->CreateOr(Val, Val2);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 139 BinOp = Builder->CreateOr(NewLHS, NewRHS);
172 Value *Or = Builder->CreateOr(X, Together);
185 return BinaryOperator::CreateOr(And, OpRHS);
723 Value *NewOr = Builder->CreateOr(B, D);
734 Value *NewOr = Builder->CreateOr(B, D);
803 Value *NewOr1 = Builder->CreateOr(B, D);
    [all...]
InstCombineSelect.cpp 355 return Builder->CreateOr(V, Y);
533 return replaceInstUsesWith(SI, Builder->CreateOr(AShr, C1));
592 V = Builder->CreateOr(X, *Y);
596 V = Builder->CreateOr(X, *Y);
    [all...]
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 254 Value *Ret0_3 = Builder.CreateOr(Ret0_1, Ret0_2);
259 Value *Ret0 = Builder.CreateOr(Ret0_3, Ret0_4);
262 Value *EarlyRet = Builder.CreateOr(Ret0, RetDividend);
312 Value *Tmp7 = Builder.CreateOr(Tmp5, Tmp6);
314 Value *Q_1 = Builder.CreateOr(Carry_1, Tmp8);
334 Value *Q_4 = Builder.CreateOr(Carry_2, Tmp13);
FlattenCFG.cpp 287 NC = Builder.CreateOr(PC, CC);
442 Value *NC = Builder.CreateOr(CInst1, CC);
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 156 Value *Or = Builder->CreateOr(Cmp2, Cmp3);
159 Or = Builder->CreateOr(Cmp1, Or);
MemorySanitizer.cpp 676 return IRB.CreateOr(Origin, IRB.CreateShl(Origin, kOriginSize * 8));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 70 Res = Builder.CreateOr(Orig, Val);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LowerAtomic.cpp 65 Res = Builder.CreateOr(Orig, Val);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
NoFolder.h 140 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
141 return BinaryOperator::CreateOr(LHS, RHS);
  /external/llvm/include/llvm/IR/
NoFolder.h 140 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
141 return BinaryOperator::CreateOr(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 166 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
167 return BinaryOperator::CreateOr(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
NoFolder.h 166 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
167 return BinaryOperator::CreateOr(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
NoFolder.h 166 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
167 return BinaryOperator::CreateOr(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
NoFolder.h 166 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
167 return BinaryOperator::CreateOr(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
NoFolder.h 166 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
167 return BinaryOperator::CreateOr(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
NoFolder.h 166 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
167 return BinaryOperator::CreateOr(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
NoFolder.h 166 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
167 return BinaryOperator::CreateOr(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 166 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
167 return BinaryOperator::CreateOr(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
NoFolder.h 166 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
167 return BinaryOperator::CreateOr(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
NoFolder.h 166 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
167 return BinaryOperator::CreateOr(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
NoFolder.h 166 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
167 return BinaryOperator::CreateOr(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
NoFolder.h 166 Instruction *CreateOr(Constant *LHS, Constant *RHS) const {
167 return BinaryOperator::CreateOr(LHS, RHS);

Completed in 988 milliseconds

1 2 3 4 5