/external/llvm/bindings/ocaml/analysis/ |
analysis_ocaml.c | 1 /*===-- analysis_ocaml.c - LLVM OCaml Glue ----------------------*- C++ -*-===*\
|
/external/llvm/bindings/ocaml/backends/ |
backend_ocaml.c | 1 /*===-- backend_ocaml.c - LLVM OCaml Glue -----------------------*- C++ -*-===*\
|
/external/llvm/bindings/ocaml/bitreader/ |
bitreader_ocaml.c | 1 /*===-- bitwriter_ocaml.c - LLVM OCaml Glue ---------------------*- C++ -*-===*\
|
/external/llvm/bindings/ocaml/bitwriter/ |
bitwriter_ocaml.c | 1 /*===-- bitwriter_ocaml.c - LLVM OCaml Glue ---------------------*- C++ -*-===*\
|
/external/llvm/bindings/ocaml/transforms/vectorize/ |
vectorize_ocaml.c | 1 /*===-- vectorize_ocaml.c - LLVM OCaml Glue ---------------------*- C++ -*-===*\
|
/external/mesa3d/src/mesa/swrast_setup/ |
NOTES | 3 A helper module which provides glue to bind the software rasterizer to
|
/frameworks/base/core/jni/android/graphics/ |
Bitmap.h | 40 * Glue-thingy that deals with managing the interaction between the Java
|
CanvasProperty.cpp | 39 // JNI Glue
|
/frameworks/base/core/jni/ |
com_android_internal_util_VirtualRefBasePtr.cpp | 34 // JNI Glue
|
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 509 // indicates that there is potentially an incoming glue value (if Glue is not 510 // null) and that there should be a glue result. 512 SDValue Glue) { 513 SDVTList VTs = getVTList(MVT::Other, MVT::Glue); 514 SDValue Ops[] = { Chain, getRegister(Reg, N.getValueType()), N, Glue }; 516 ArrayRef<SDValue>(Ops, Glue.getNode() ? 4 : 3)); 521 SDValue Glue) { 522 SDVTList VTs = getVTList(MVT::Other, MVT::Glue); 523 SDValue Ops[] = { Chain, Reg, N, Glue }; [all...] |
SelectionDAGISel.h | 152 OPFL_None = 0, // Node has no chain or glue input and isn't variadic. 154 OPFL_GlueInput = 2, // Node has a glue input. 155 OPFL_GlueOutput = 4, // Node has a glue output.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
InstrEmitter.cpp | 42 /// operands first, then an optional chain, and optional glue operands (which do 46 while (N && Node->getValueType(N - 1) == MVT::Glue) 54 /// followed by an optional chain operand, then an optional glue operand. 59 /// the chain and glue. These operands may be implicit on the machine instr. 63 while (N && Node->getOperand(N - 1).getValueType() == MVT::Glue) 128 if (VT == MVT::Other || VT == MVT::Glue) 318 Op.getValueType() != MVT::Glue && 319 "Chain and glue operands should occur at end of operand list!"); 433 Op.getValueType() != MVT::Glue && 434 "Chain and glue operands should occur at end of operand list!") [all...] |
SelectionDAGISel.cpp | [all...] |
/external/libmtp/src/ |
Makefile.am | 3 libusb-glue.c libusb-glue.h \
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/ |
loc_api_rpc_glue.h | 3 @brief: Loc API Android glue code header 6 Loc API Android glue code header
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/ |
loc_api_rpc_glue.h | 3 @brief: Loc API Android glue code header 6 Loc API Android glue code header
|
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/inc/ |
loc_api_rpc_glue.h | 3 @brief: Loc API Android glue code header 6 Loc API Android glue code header
|
/ndk/build/tools/ |
cleanup-headers.sh | 120 for asm_header_stem in domain dyntick fpstate glue hardware ide mtd-xip pgtable-hwdef proc-fns procinfo suspend topology vga; do 135 remove $NEW_PLATFORM_DIR/include "#include" glue.h
|
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
Mips16ISelDAGToDAG.cpp | 50 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), 56 Lo = CurDAG->getMachineNode(Opcode, DL, Ty, MVT::Glue, InFlag); 288 SDNode *Result = CurDAG->SelectNodeTo(Node, MOp, VT, MVT::Glue, LHS,
|
/external/llvm/lib/Target/X86/ |
X86SelectionDAGInfo.cpp | 168 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue); 182 Tys = DAG.getVTList(MVT::Other, MVT::Glue); 268 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
cacheflush.h | 18 #include <asm/glue.h>
|
/external/freetype/src/cff/ |
cf2ft.h | 5 /* FreeType Glue Component to Adobe's Interpreter (specification). */
|
/external/ipsec-tools/src/racoon/ |
gcmalloc.h | 35 * Debugging malloc glue for Racoon.
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
MarshalHashtable.java | 36 * including apache (obviously) and glue are also interoperable with the
|