HomeSort by relevance Sort by last modified time
    Searched refs:VA (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
varray.h 128 #define VARRAY_CHAR_INIT(va, num, name) \
129 va = varray_init (num, VARRAY_DATA_C, name)
131 #define VARRAY_UCHAR_INIT(va, num, name) \
132 va = varray_init (num, VARRAY_DATA_UC, name)
134 #define VARRAY_SHORT_INIT(va, num, name) \
135 va = varray_init (num, VARRAY_DATA_S, name)
137 #define VARRAY_USHORT_INIT(va, num, name) \
138 va = varray_init (num, VARRAY_DATA_US, name)
140 #define VARRAY_INT_INIT(va, num, name) \
141 va = varray_init (num, VARRAY_DATA_I, name
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
varray.h 128 #define VARRAY_CHAR_INIT(va, num, name) \
129 va = varray_init (num, VARRAY_DATA_C, name)
131 #define VARRAY_UCHAR_INIT(va, num, name) \
132 va = varray_init (num, VARRAY_DATA_UC, name)
134 #define VARRAY_SHORT_INIT(va, num, name) \
135 va = varray_init (num, VARRAY_DATA_S, name)
137 #define VARRAY_USHORT_INIT(va, num, name) \
138 va = varray_init (num, VARRAY_DATA_US, name)
140 #define VARRAY_INT_INIT(va, num, name) \
141 va = varray_init (num, VARRAY_DATA_I, name
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
varray.h 128 #define VARRAY_CHAR_INIT(va, num, name) \
129 va = varray_init (num, VARRAY_DATA_C, name)
131 #define VARRAY_UCHAR_INIT(va, num, name) \
132 va = varray_init (num, VARRAY_DATA_UC, name)
134 #define VARRAY_SHORT_INIT(va, num, name) \
135 va = varray_init (num, VARRAY_DATA_S, name)
137 #define VARRAY_USHORT_INIT(va, num, name) \
138 va = varray_init (num, VARRAY_DATA_US, name)
140 #define VARRAY_INT_INIT(va, num, name) \
141 va = varray_init (num, VARRAY_DATA_I, name
    [all...]
  /external/clang/test/Parser/
cxx-using-declaration.cpp 4 int VA;
9 using A::VA;
15 VA = 1;
  /external/clang/test/Preprocessor/
macro_paste_bad.c 32 #define VA __VA_ ## ARGS__
33 int VA; // expected-warning {{__VA_ARGS__ can only appear in the expansion of a C99 variadic macro}}
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 306 CCValAssign &VA = ArgLocs[i];
307 EVT LocVT = VA.getLocVT();
308 if (VA.isRegLoc()) {
331 RegInfo.addLiveIn(VA.getLocReg(), VReg);
335 assert(VA.isMemLoc());
340 VA.getLocMemOffset(), true);
353 if (VA.getLocInfo() == CCValAssign::SExt)
355 DAG.getValueType(VA.getValVT()));
356 else if (VA.getLocInfo() == CCValAssign::ZExt)
358 DAG.getValueType(VA.getValVT()))
    [all...]
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 140 struct VA {
142 virtual ~VA() {}
145 struct VB : VA
149 struct TVB : VA
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 182 CCValAssign &VA = ArgLocs[i];
184 if (VA.isRegLoc()) {
185 EVT RegVT = VA.getLocVT();
186 TargetRegisterClass *RC = VA.getLocReg() == BF::P0 ?
188 assert(RC->contains(VA.getLocReg()) && "Unexpected regclass in CCState");
192 MF.getRegInfo().addLiveIn(VA.getLocReg(), Reg);
198 if (VA.getLocInfo() == CCValAssign::SExt)
200 DAG.getValueType(VA.getValVT()));
201 else if (VA.getLocInfo() == CCValAssign::ZExt)
203 DAG.getValueType(VA.getValVT()))
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 111 CCValAssign &VA = RVLocs[i];
112 assert(VA.isRegLoc() && "Can only return in registers!");
114 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(),
170 CCValAssign &VA = ArgLocs[i];
183 if (VA.isRegLoc()) {
184 if (VA.needsCustom()) {
185 assert(VA.getLocVT() == MVT::f64);
187 MF.getRegInfo().addLiveIn(VA.getLocReg(), VRegHi);
213 MF.getRegInfo().addLiveIn(VA.getLocReg(), VReg);
215 if (VA.getLocVT() == MVT::f32
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 720 CCValAssign &VA = ArgLocs[i];
721 MVT RegVT = VA.getLocVT();
725 switch (VA.getLocInfo()) {
741 if (VA.isRegLoc()) {
742 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
745 assert(VA.isMemLoc());
753 unsigned ArgSize = VA.getValVT().getSizeInBits()/8;
754 unsigned StackLoc = VA.getLocMemOffset() + 4;
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 323 CCValAssign &VA = ArgLocs[i];
324 if (VA.isRegLoc()) {
326 EVT RegVT = VA.getLocVT();
339 RegInfo.addLiveIn(VA.getLocReg(), VReg);
345 if (VA.getLocInfo() == CCValAssign::SExt)
347 DAG.getValueType(VA.getValVT()));
348 else if (VA.getLocInfo() == CCValAssign::ZExt)
350 DAG.getValueType(VA.getValVT()));
352 if (VA.getLocInfo() != CCValAssign::Full)
353 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue)
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 758 CCValAssign &VA = ValLocs[0];
761 if (VA.getLocInfo() != CCValAssign::Full)
764 if (!VA.isRegLoc())
769 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1)
772 unsigned SrcReg = Reg + VA.getValNo();
774 EVT DstVT = VA.getValVT();
798 unsigned DstReg = VA.getLocReg();
807 MRI.addLiveOut(VA.getLocReg());
    [all...]
X86ISelLowering.cpp     [all...]
  /external/qemu/
ppc-dis.c 820 /* The VA field in a VA, VX or VXR form instruction. */
821 #define VA UI + 1
824 /* The VB field in a VA, VX or VXR form instruction. */
825 #define VB VA + 1
828 /* The VC field in a VA form instruction. */
832 /* The VD or VS field in a VA, VX, VXR or X form instruction. */
846 /* The SHB field in a VA form instruction. */
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.h 389 CCValAssign &VA, CCValAssign &NextVA,
393 SDValue GetF64FormalArgument(CCValAssign &VA, CCValAssign &NextVA,
401 const CCValAssign &VA,
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 259 CCValAssign &VA = ArgLocs[i];
264 switch (VA.getLocInfo()) {
268 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
271 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, VA.getLocVT(), Arg);
274 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, VA.getLocVT(), Arg);
280 if (VA.isRegLoc()) {
281 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
283 assert(VA.isMemLoc());
290 DAG.getIntPtrConstant(VA.getLocMemOffset()));
363 CCValAssign &VA = RVLocs[i]
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/mesa3d/docs/OLD/
MESA_trace.spec 12 Brian Paul, VA Linux Systems, Inc., brianp 'at' valinux.com
MESA_packed_depth_stencil.spec 11 Keith Whitwell, VA Linux Systems Inc. (keithw 'at' valinux.com)
12 Brian Paul, VA Linux Systems Inc. (brianp 'at' valinux.com)
MESA_sprite_point.spec 11 Brian Paul, VA Linux Systems Inc. (brianp 'at' valinux.com)
  /external/clang/lib/Analysis/
LiveVariables.cpp 364 for (const VariableArrayType* VA = FindVA(VD->getType());
365 VA != 0; VA = FindVA(VA->getElementType())) {
367 VA->getSizeExpr()->IgnoreParens());
  /external/icu4c/
runConfigureICU 44 Linux/VA Use the IBM Visual Age compiler on Power PC Linux
215 Linux/VA)

Completed in 394 milliseconds

1 2