HomeSort by relevance Sort by last modified time
    Searched refs:Lo (Results 51 - 75 of 280) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
MDBuilder.h 81 /// \brief Return metadata describing the range [Lo, Hi).
82 MDNode *createRange(const APInt &Lo, const APInt &Hi);
84 /// \brief Return metadata describing the range [Lo, Hi).
85 MDNode *createRange(Constant *Lo, Constant *Hi);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Intrinsics.h 154 unsigned short Lo) {
155 unsigned Field = Hi << 16 | Lo;
MDBuilder.h 81 /// \brief Return metadata describing the range [Lo, Hi).
82 MDNode *createRange(const APInt &Lo, const APInt &Hi);
84 /// \brief Return metadata describing the range [Lo, Hi).
85 MDNode *createRange(Constant *Lo, Constant *Hi);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Intrinsics.h 154 unsigned short Lo) {
155 unsigned Field = Hi << 16 | Lo;
MDBuilder.h 81 /// \brief Return metadata describing the range [Lo, Hi).
82 MDNode *createRange(const APInt &Lo, const APInt &Hi);
84 /// \brief Return metadata describing the range [Lo, Hi).
85 MDNode *createRange(Constant *Lo, Constant *Hi);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Intrinsics.h 154 unsigned short Lo) {
155 unsigned Field = Hi << 16 | Lo;
MDBuilder.h 81 /// \brief Return metadata describing the range [Lo, Hi).
82 MDNode *createRange(const APInt &Lo, const APInt &Hi);
84 /// \brief Return metadata describing the range [Lo, Hi).
85 MDNode *createRange(Constant *Lo, Constant *Hi);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Intrinsics.h 154 unsigned short Lo) {
155 unsigned Field = Hi << 16 | Lo;
MDBuilder.h 81 /// \brief Return metadata describing the range [Lo, Hi).
82 MDNode *createRange(const APInt &Lo, const APInt &Hi);
84 /// \brief Return metadata describing the range [Lo, Hi).
85 MDNode *createRange(Constant *Lo, Constant *Hi);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Intrinsics.h 154 unsigned short Lo) {
155 unsigned Field = Hi << 16 | Lo;
MDBuilder.h 81 /// \brief Return metadata describing the range [Lo, Hi).
82 MDNode *createRange(const APInt &Lo, const APInt &Hi);
84 /// \brief Return metadata describing the range [Lo, Hi).
85 MDNode *createRange(Constant *Lo, Constant *Hi);
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 98 if (Addr.getOperand(0).getOpcode() == SPISD::Lo) {
103 if (Addr.getOperand(1).getOpcode() == SPISD::Lo) {
124 if (Addr.getOperand(0).getOpcode() == SPISD::Lo ||
125 Addr.getOperand(1).getOpcode() == SPISD::Lo)
SparcISelLowering.h 32 Hi, Lo, // Hi/Lo operations, typically on a global address.
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
composite.go 81 {Lo: 1, Hi: 2},
82 unicode.CaseRange{Lo: 1, Hi: 2},
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
composite.go 81 {Lo: 1, Hi: 2},
82 unicode.CaseRange{Lo: 1, Hi: 2},
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 48 SDNode *Lo = nullptr, *Hi = nullptr;
55 Lo = CurDAG->getMachineNode(Opcode, DL, Ty, MVT::Glue, InFlag);
56 InFlag = SDValue(Lo, 1);
62 return std::make_pair(Lo, Hi);
146 // addiu $2, $2, %lo($CPI1_0)
150 // lwc1 $f0, %lo($CPI1_0)($2)
151 if (Addr.getOperand(1).getOpcode() == MipsISD::Lo ||
MipsISelLowering.h 45 // No relation with Mips Lo register
46 Lo,
305 // (add (load (wrapper $gp, %got(sym)), %lo(sym))
317 SDValue Lo = DAG.getNode(MipsISD::Lo, DL, Ty,
319 return DAG.getNode(ISD::ADD, DL, Ty, Load, Lo);
338 // (load (wrapper (add %hi(sym), $gp), %lo(sym)))
356 // (add %hi(sym), %lo(sym))
361 SDValue Lo = getTargetNode(N, Ty, DAG, MipsII::MO_ABS_LO);
364 DAG.getNode(MipsISD::Lo, DL, Ty, Lo))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 577 SDValue Lo, Hi, ShAmt;
582 Lo = DAG.getNode(ISD::SRL, dl, WideVT, LoadVals[WideIdx], ShAmt);
583 Lo = DAG.getNode(ISD::AND, dl, WideVT, Lo, SrcEltBitMask);
600 Lo = DAG.getNode(ISD::OR, dl, WideVT, Lo, Hi);
605 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT);
608 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT)
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 331 /// EmitLabelDifference - Emit something like ".long Hi-Lo" where the size
332 /// in bytes of the directive is specified by Size and Hi/Lo specify the
334 void EmitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo,
337 /// EmitLabelOffsetDifference - Emit something like ".long Hi+Offset-Lo"
338 /// where the size in bytes of the directive is specified by Size and Hi/Lo
341 const MCSymbol *Lo, unsigned Size) const;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GCOV.h 136 uint64_t Lo = readInt();
138 uint64_t Result = Lo | (Hi << 32);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelDAGToDAG.cpp 164 // addiu $2, $2, %lo($CPI1_0)
168 // lwc1 $f0, %lo($CPI1_0)($2)
171 Addr.getOperand(1).getOpcode() == MipsISD::Lo) {
254 SDNode *Lo = CurDAG->getMachineNode(Mips::MFLO, dl, MVT::i32,
256 InFlag = SDValue(Lo,1);
260 ReplaceUses(SDValue(Node, 0), SDValue(Lo,0));
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/harfbuzz_ng/src/
gen-use-table.py 70 'Cc', 'Cf', 'Cn', 'Co', 'Cs', 'Ll', 'Lm', 'Lo', 'Lt', 'Lu', 'Mc',
153 (UGC == Lo and UISC in [Avagraha, Bindu, Consonant_Final, Consonant_Medial,
170 return ((UISC == Consonant_Final and UGC != Lo) or
176 return UISC == Consonant_Medial and UGC != Lo
181 return UISC == Consonant_Subjoined and UGC != Lo
217 (UGC != Lo and UISC in [Vowel, Vowel_Dependent] and U not in [0xAA29]))
221 (UGC != Lo and (UISC == Bindu or U in [0xAA29])))
  /prebuilts/go/darwin-x86/src/unicode/
letter_test.go 227 // 10450;SHAVIAN LETTER PEEP;Lo;0;L;;;;;N;;;;;
505 if r < range_.Lo {
509 return (r-range_.Lo)%range_.Stride == 0
517 lo := 0
519 for lo < hi {
520 m := lo + (hi-lo)/2
522 if range_.Lo <= r && r <= range_.Hi {
523 return (r-range_.Lo)%range_.Stride == 0
525 if r < range_.Lo {
    [all...]

Completed in 6980 milliseconds

1 23 4 5 6 7 8 91011>>