HomeSort by relevance Sort by last modified time
    Searched refs:Cmp (Results 126 - 150 of 315) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/vixl/test/aarch64/
test-assembler-aarch64.cc     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 93 CmpInst *Cmp = dyn_cast<CmpInst>(V);
94 if (!Cmp)
96 CmpInst::Predicate CPred = Cmp->getPredicate();
97 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1);
387 // Now that we have "cmp select(Cond, TV, FV), RHS", analyse it.
388 // Does "cmp TV, RHS" simplify?
395 // It didn't simplify. However if "cmp TV, RHS" is equal to the select
402 // Does "cmp FV, RHS" simplify?
409 // It didn't simplify. However if "cmp FV, RHS" is equal to the selec
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMISelLowering.h 54 CMP, // ARM compare instructions.
492 SDValue duplicateCmp(SDValue Cmp, SelectionDAG &DAG) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 905 Value *Cmp = Builder->CreateICmpULT(
907 return SelectInst::Create(Cmp, Op1, ConstantInt::get(I.getType(), 0));
    [all...]
InstCombineShifts.cpp 765 Value *Cmp = Builder->CreateICmpEQ(II->getArgOperand(0), RHS);
766 return new ZExtInst(Cmp, II->getType());
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 623 auto *Cmp = CmpInst::Create(CmpInst::ICmp, CmpInst::ICMP_SLT, Args[0], Zero,
627 auto *Cast = CastInst::CreateZExtOrBitCast(Cmp, Type::getInt32Ty(*Ctx),
628 "", Cmp->getNextNode());
635 Args[0] = Cmp;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 144 MachineInstr *IndVar, MachineInstr &Cmp,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 163 // %cmp = icmp ult i8* undef, %bitcast1
164 // %select = select i1 %cmp, i8* %gep1, i8* %gep2
182 CmpInst *Cmp = CmpInst::Create(Instruction::ICmp, CmpInst::ICMP_ULT,
183 UndefValue::get(I8PtrTy), CastA, "cmp", Br);
184 SelectInst *Sel = SelectInst::Create(Cmp, Gep1, Gep2, "select", Br);
638 // %cmp = icmp sgt i64 %0, 90
639 // br i1 %cmp, label %for.inc, label %for.cond1
690 auto *Cmp = CmpInst::Create(Instruction::ICmp, CmpInst::ICMP_SGT, PN,
691 ConstantInt::get(Context, APInt(64, 90)), "cmp",
698 BranchInst::Create(IncBB, NextBB, Cmp, CondBB)
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 162 void TurboAssembler::Cmp(const Register& rn, const Operand& operand) {
1088 Cmp(x, y);
1093 Cmp(x, y);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
SafeStack.cpp 493 Value *Cmp = IRB.CreateICmpNE(StackGuard, V);
501 SplitBlockAndInsertIfThen(Cmp, &RI,
    [all...]
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 482 Value *Cmp = B.CreateICmp(IsOne ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE,
484 Call.replaceAndErase(Cmp);
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp     [all...]
  /external/llvm/tools/llvm-c-test/
echo.cpp 572 LLVMValueRef Cmp = CloneValue(LLVMGetOperand(Src, 1));
578 Dst = LLVMBuildAtomicCmpXchg(Builder, Ptr, Cmp, New, Succ, Fail,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp 420 // Now that we have "cmp select(Cond, TV, FV), RHS", analyse it.
421 // Does "cmp TV, RHS" simplify?
424 // It does! Does "cmp FV, RHS" simplify?
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineShifts.cpp 691 Value *Cmp = Builder->CreateICmpEQ(II->getArgOperand(0), RHS);
692 return new ZExtInst(Cmp, II->getType());
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 798 milliseconds

1 2 3 4 56 7 8 91011>>