HomeSort by: relevance | last modified time | path
    Searched defs:Negate (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VFABIDemangling.cpp 172 const bool Negate = ParseString.consume_front("n");
175 if (Negate)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineNegator.cpp 159 // negate it even if it has other uses, without increasing instruction count.
169 // And since we are trying to negate instruction I, that tells us about the
202 // While we could negate exact arithmetic shift:
266 Value *NegOp = negate(I->getOperand(0), Depth + 1);
277 negate(std::get<0>(I), Depth + 1))) // Early return.
300 Value *NegOp1 = negate(I->getOperand(1), Depth + 1);
303 Value *NegOp2 = negate(I->getOperand(2), Depth + 1);
313 Value *NegOp0 = negate(I->getOperand(0), Depth + 1);
316 Value *NegOp1 = negate(I->getOperand(1), Depth + 1);
325 Value *NegVector = negate(EEI->getVectorOperand(), Depth + 1)
440 LLVM_NODISCARD Value *Negator::negate(Value *V, unsigned Depth) { function in class:Negator
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86InstComments.cpp 289 bool Negate = false;
350 Negate = true;
356 Negate = true;
368 Negate = true;
375 Negate = true;
484 Negate = true;
496 Negate = true;
508 Negate = true;
521 Negate = true;
534 Negate = true
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp 1519 // Negate the predicate if an ICmp if it's used only by branches or selects by
1955 // branch, negate the icmp predicate and swap the branch targets and avoid
1956 // inserting an Xor to negate Cond.
1964 Value *Negate = IRB.CreateXor(
1966 MergedCondition = IRB.CreateAnd(MergedCondition, Negate);
  /src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h 781 #define Negate(op,fmt) fp_neg(SIM_ARGS, op, fmt)
  /src/external/gpl3/gdb/dist/sim/mips/
sim-main.h 781 #define Negate(op,fmt) fp_neg(SIM_ARGS, op, fmt)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 3259 bool Negate = false;
3325 Negate = true;
3361 if (Negate)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 2742 bool Negate = false;
2747 Negate = true;
2763 if (Negate)
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 6376 // There is no t2LSRLr instruction so negate and perform an lsll if the
13057 SDValue Negate = DCI.DAG.getNode(ISD::SUB, dl, MVT::i32,
13060 return DCI.DAG.getNode(ARMISD::VDUP, dl, N->getValueType(0), Negate);
16531 bool &Negate) {
16540 Negate = !Negate;
16541 return SearchLoopIntrinsic(N.getOperand(0), CC, Imm, Negate);
16554 return SearchLoopIntrinsic(N->getOperand(0), CC, Imm, Negate);
16585 bool Negate = false;
16606 SDValue Int = SearchLoopIntrinsic(Cond, CC, Imm, Negate);
    [all...]

Completed in 140 milliseconds