Searched refs:Extend (Results 51 - 61 of 61) sorted by relevance

123

/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.h700 Extend extend_type,
H A Dconstants-arm64.h340 enum Extend { enum in namespace:v8::internal
H A Dassembler-arm64.cc2387 Extend extend,
2474 Extend ext = addr.extend();
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1629 // 64 bits. Extend is the extension type to use. Store the high part
1632 unsigned Extend, SDValue Op0, SDValue Op1,
1634 Op0 = DAG.getNode(Extend, DL, MVT::i64, Op0);
1635 Op1 = DAG.getNode(Extend, DL, MVT::i64, Op1);
1644 // Extend extends Op0 to a GR128, and Opcode performs the GR128 operation
1648 unsigned Extend, unsigned Opcode,
1651 SDNode *In128 = DAG.getMachineNode(Extend, DL, MVT::Untyped, Op0);
1773 // Extend the result to VT. Upper bits are ignored.
2253 // Extend the source operand to 32 bits and prepare it for the inner loop.
1631 lowerMUL_LOHI32(SelectionDAG &DAG, SDLoc DL, unsigned Extend, SDValue Op0, SDValue Op1, SDValue &Hi, SDValue &Lo) argument
1647 lowerGR128Binary(SelectionDAG &DAG, SDLoc DL, EVT VT, unsigned Extend, unsigned Opcode, SDValue Op0, SDValue Op1, SDValue &Even, SDValue &Odd) argument
/external/zlib/src/
H A Dmake_vms.com378 $! 0.03 20060202 Extend handling of GNU C
/external/chromium_org/v8/src/
H A Djsregexp.cc5574 OutSet* OutSet::Extend(unsigned value, Zone* zone) { function in class:v8::internal::OutSet
5627 empty()->Extend(value, zone)));
5670 empty()->Extend(value, zone)));
5701 empty()->Extend(value, zone)));
/external/vixl/src/a64/
H A Dconstants-a64.h230 enum Extend { enum in namespace:vixl
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp98 case Extend:
99 OS << "Extend";
1038 case ABIArgInfo::Extend:
2238 // If we have a sign or zero extended integer, make sure to return Extend
2382 // If we have a sign or zero extended integer, make sure to return Extend
5844 case ABIArgInfo::Extend:
6072 case ABIArgInfo::Extend:
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp254 bool Extend = false; local
283 Extend = true;
289 if (Extend) {
/external/clang/lib/Sema/
H A DTreeTransform.h3047 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc());
3056 SS.Extend(SemaRef.Context, Alias, Q.getLocalBeginLoc(),
3083 SS.Extend(SemaRef.Context, /*FIXME:*/SourceLocation(), TL,
10186 SS.Extend(SemaRef.Context, SourceLocation(),
/external/clang/lib/Serialization/
H A DASTReader.cpp7821 Builder.Extend(Context, II, Range.getBegin(), Range.getEnd());
7828 Builder.Extend(Context, NS, Range.getBegin(), Range.getEnd());
7835 Builder.Extend(Context, Alias, Range.getBegin(), Range.getEnd());
7848 Builder.Extend(Context,

Completed in 6870 milliseconds

123