Searched defs:Lower (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp113 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { function in class:MSP430MCInstLower
/external/llvm/include/llvm/IR/
H A DConstantRange.h43 APInt Lower, Upper; member in class:llvm::ConstantRange
58 /// Lower==Upper and Lower != Min or Max value for its type. It will also
60 ConstantRange(APIntMoveTy Lower, APIntMoveTy Upper);
74 const APInt &getLower() const { return Lower; }
82 uint32_t getBitWidth() const { return Lower.getBitWidth(); }
115 if (Upper == Lower + 1)
116 return &Lower;
151 return Lower == CR.Lower
[all...]
/external/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
28 uint32_t Lower; member in struct:llvm::sys::UnicodeCharRange
33 return Value < Range.Lower;
70 if (I != Ranges.begin() && Prev >= I->Lower) {
74 DEBUG(dbgs().write_hex(I->Lower) << "\n");
77 if (I->Upper < I->Lower) {
79 DEBUG(dbgs().write_hex(I->Lower));
/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp194 void AArch64MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { function in class:AArch64MCInstLower
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp107 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { function in class:XCoreMCInstLower
/external/llvm/lib/Support/
H A DScaledNumber.cpp33 uint64_t Upper = P1, Lower = P4; local
35 uint64_t NewLower = Lower + (getL(N) << 32);
36 Upper += getU(N) + (NewLower < Lower);
37 Lower = NewLower;
44 return std::make_pair(Lower, 0);
50 Upper = Upper << LeadingZeros | Lower >> Shift;
52 Shift && (Lower & UINT64_C(1) << (Shift - 1)));
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp168 // Lower register operand.
182 // Lower two register operands.
219 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { function in class:MipsMCInstLower
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp106 const llvm::APSInt &Lower,
120 if (i->To() < Lower) {
127 if (i->Includes(Lower)) {
129 newRanges = F.add(newRanges, Range(BV.getValue(Lower),
133 newRanges = F.add(newRanges, Range(BV.getValue(Lower), i->To()));
149 bool pin(llvm::APSInt &Lower, llvm::APSInt &Upper) const { argument
156 APSIntType::RangeTestResultKind LowerTest = Type.testInRange(Lower, true);
165 if (Lower < Upper)
169 Lower = Type.getMinValue();
174 Lower
105 IntersectInRange(BasicValueFactory &BV, Factory &F, const llvm::APSInt &Lower, const llvm::APSInt &Upper, PrimRangeSet &newRanges, PrimRangeSet::iterator &i, PrimRangeSet::iterator &e) const argument
238 Intersect(BasicValueFactory &BV, Factory &F, llvm::APSInt Lower, llvm::APSInt Upper) const argument
533 llvm::APSInt Lower = ComparisonVal-Adjustment; local
562 llvm::APSInt Lower = Min-Adjustment; local
[all...]
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h364 const SCEV *Lower[8]; member in struct:llvm::DependenceAnalysis::BoundInfo
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp47 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
71 /// GetSymbolFromOperand - Lower an MO_GlobalAddress or MO_ExternalSymbol
345 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { function in class:X86MCInstLower
477 // TAILJMPd, TAILJMPd64 - Lower to the correct jump instructions.
737 // Lower a stackmap of the form:
750 // Lower a patchpoint of the form:
798 // Lower these as normal, but add some comments.
807 // Lower these as normal, but add some comments.
841 // Lower the MO_GOT_ABSOLUTE_ADDRESS form of ADD32ri.
924 MCInstLowering.Lower(M
[all...]
H A DX86ISelLowering.cpp672 // Lower this to FGETSIGNx86 plus an AND.
2032 /// LowerCallResult - Lower the result values of a call into the
2638 // Lower arguments at fp - stackoffset + fpdiff.
3706 // Lower quadword copied in order or undef.
3716 // Lower quadword copied in order or undef.
3739 // Lower quadword shuffled.
3749 // Lower quadword shuffled.
5991 // Lower BUILD_VECTOR operation for v8i1 and v16i1 types.
6696 SDValue Lower = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, local
6703 return Concat128BitVectors(Lower, Uppe
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc670 Lower();
678 Lower();
682 void Lower() { function in class:TestingGraph
766 t.Lower();
782 t.Lower();
798 t.Lower();
814 t.Lower();
831 t.Lower();
843 t.Lower();
858 t.Lower();
[all...]
/external/eigen/Eigen/src/Core/util/
H A DConstants.h167 Lower=0x1, enumerator in enum:Eigen::__anon20796
170 /** %Matrix has ones on the diagonal; to be used in combination with #Lower or #Upper. */
172 /** %Matrix has zeros on the diagonal; to be used in combination with #Lower or #Upper. */
175 UnitLower=UnitDiag|Lower,
179 StrictlyLower=ZeroDiag|Lower,
/external/llvm/lib/Analysis/
H A DValueTracking.cpp200 ConstantInt *Lower = cast<ConstantInt>(Ranges.getOperand(2*i + 0)); local
202 ConstantRange Range(Lower->getValue(), Upper->getValue());
H A DInstructionSimplify.cpp1932 APInt Lower = APInt(Width, 0); local
1941 Lower = (-Upper) + 1;
1953 Lower = CI2->getValue();
1954 Upper = Lower.lshr(1) + 1;
1958 Lower = (-Upper) + 1;
1966 Lower = IntMin.sdiv(Val);
1979 Lower = CI2->getValue().lshr(ShiftAmount);
1986 Lower = IntMin.ashr(CI2->getValue());
1995 Lower = CI2->getValue();
1999 Lower
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp583 // Lower a FrameIndex to a TargetFrameIndex.
596 // Lower the displacement to a TargetConstant.
971 SDValue Lower = CurDAG->getConstant(LowerVal, VT); local
972 SDValue Or = CurDAG->getNode(Opcode, DL, VT, Upper, Lower);
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py2673 def Lower(words): function
2688 return Lower(words)
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1138 llvm::Value *Lower = Builder.CreateICmpSGE( local
1140 Check = Builder.CreateAnd(Upper, Lower);

Completed in 1569 milliseconds