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

1 2 3 4 5

  /external/llvm/unittests/IR/
PatternMatch.cpp 76 .match(IRB.CreateSelect(IRB.CreateFCmpOLT(L, R), L, R)));
82 .match(IRB.CreateSelect(IRB.CreateFCmpOLE(L, R), L, R)));
88 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), L, R)));
92 .match(IRB.CreateSelect(IRB.CreateFCmpOGT(L, R), L, R)));
96 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), R, L)));
102 .match(IRB.CreateSelect(IRB.CreateFCmpOGT(L, R), R, L)));
115 .match(IRB.CreateSelect(IRB.CreateFCmpOGT(L, R), L, R)));
121 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), L, R)));
127 .match(IRB.CreateSelect(IRB.CreateFCmpOLE(L, R), L, R)));
131 .match(IRB.CreateSelect(IRB.CreateFCmpOLT(L, R), L, R)))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 33 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
76 Res = Builder.CreateSelect(Builder.CreateICmpSLT(Orig, Val),
80 Res = Builder.CreateSelect(Builder.CreateICmpSLT(Orig, Val),
84 Res = Builder.CreateSelect(Builder.CreateICmpULT(Orig, Val),
88 Res = Builder.CreateSelect(Builder.CreateICmpULT(Orig, Val),
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LowerAtomic.cpp 31 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
71 Res = Builder.CreateSelect(Builder.CreateICmpSLT(Orig, Val),
75 Res = Builder.CreateSelect(Builder.CreateICmpSLT(Orig, Val),
79 Res = Builder.CreateSelect(Builder.CreateICmpULT(Orig, Val),
83 Res = Builder.CreateSelect(Builder.CreateICmpULT(Orig, Val),
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 67 return Builder->CreateSelect(Builder->CreateICmp(Pred, A, B), A, B);
157 Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0),
202 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT,
250 Value *NewSel = Builder->CreateSelect(SI.getCondition(), OOp, C);
280 Value *NewSel = Builder->CreateSelect(SI.getCondition(), C, OOp);
712 Value *NewSI = Builder->CreateSelect(
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
tuple_ops.cc 66 ir_builder->CreateSelect(
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 133 x_as_int = ir_builder->CreateSelect(x_overflows, x_signed_inf, x_as_int);
134 x_as_int = ir_builder->CreateSelect(x_underflows, x_signed_zero, x_as_int);
154 result = ir_builder->CreateSelect(x_is_nan, x, result);
156 result = ir_builder->CreateSelect(
290 return ir_builder_->CreateSelect(cmp, operand_value,
306 return ir_builder_->CreateSelect(cmp, zero,
309 return ir_builder_->CreateSelect(cmp, zero,
436 return ir_builder_->CreateSelect(
438 ir_builder_->CreateSelect(olt, llvm::ConstantFP::get(type, -1.0),
637 return ir_builder_->CreateSelect(
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 137 Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0),
177 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT,
226 Value *NewSel = Builder->CreateSelect(SI.getCondition(), OOp, C);
261 Value *NewSel = Builder->CreateSelect(SI.getCondition(), C, OOp);
822 Builder->CreateSelect(CondVal, NewTrueOp,
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 239 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 214 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 207 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
NoFolder.h 254 Instruction *CreateSelect(Constant *C,
TargetFolder.h 224 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 238 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ConstantFolder.h 246 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetFolder.h 238 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ConstantFolder.h 246 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetFolder.h 238 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ConstantFolder.h 246 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetFolder.h 238 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ConstantFolder.h 246 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetFolder.h 238 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ConstantFolder.h 246 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetFolder.h 238 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ConstantFolder.h 246 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetFolder.h 238 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const {

Completed in 1591 milliseconds

1 2 3 4 5