| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZConstantPoolValue.cpp | 30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); 31 for (unsigned I = 0, E = Constants.size(); I != E; ++I) { 32 if (Constants[I].isMachineConstantPoolEntry() && 33 Constants[I].getAlign() >= Alignment) { 35 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| MachineConstantPool.h | 11 /// constant pool to keep track of constants referenced by a function. 107 /// The MachineConstantPool class keeps track of constants referenced by a 108 /// function which must be spilled to memory. This is used for constants which 110 /// include floating point and large integer constants. 112 /// Instructions reference the address of these constant pool constants through 119 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants. 142 /// isEmpty - Return true if this constant pool contains no constants. 143 bool isEmpty() const { return Constants.empty(); } 146 return Constants; [all...] |
| MIRYamlMapping.h | 702 std::vector<MachineConstantPoolValue> Constants; /// Constant pool. 736 YamlIO.mapOptional("constants", MF.Constants,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMConstantPoolValue.h | 80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); 81 for (unsigned i = 0, e = Constants.size(); i != e; ++i) { 82 if (Constants[i].isMachineConstantPoolEntry() && 83 Constants[i].getAlign() >= Alignment) { 85 static_cast<ARMConstantPoolValue*>(Constants[i].Val.MachineCPVal); 139 /// ARMConstantPoolConstant - ARM-specific constant pool values for Constants,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| radeon_program.h | 165 struct rc_constant_list Constants;
|
| radeon_code.h | 51 * External constants are constants whose meaning is unknown to this 52 * compiler. For example, a Mesa gl_program's constants are turned 53 * into external constants. 88 struct rc_constant * Constants; 252 struct rc_constant_list constants; member in struct:rX00_fragment_program_code 281 struct rc_constant_list constants; member in struct:r300_vertex_program_code
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| radeon_program.h | 165 struct rc_constant_list Constants;
|
| radeon_code.h | 51 * External constants are constants whose meaning is unknown to this 52 * compiler. For example, a Mesa gl_program's constants are turned 53 * into external constants. 88 struct rc_constant * Constants; 252 struct rc_constant_list constants; member in struct:rX00_fragment_program_code 281 struct rc_constant_list constants; member in struct:r300_vertex_program_code
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/ |
| Statistics.cpp | 51 /// Number of constants with location across all inlined instances. 777 unsigned Constants = Stats.ConstantMembers; 778 VarParamWithLoc += Stats.TotalVarWithLoc + Constants;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| Dwarf.h | 1 //===-- llvm/BinaryFormat/Dwarf.h ---Dwarf Constants-------------*- C++ -*-===// 10 /// This file contains constants used for implementing Dwarf 38 // DWARF constants as gleaned from the DWARF Debugging Information Format V.5 60 /// Other constants. 91 /// Constants that define the DWARF format as 32 or 64 bit. 427 enum Constants { 451 /// Constants for the DW_APPLE_PROPERTY_attributes attribute. 459 /// Constants for unit types in DWARF v5. 500 // Constants for the DWARF v5 Accelerator Table Proposal 525 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| LowerTypeTests.cpp | 33 #include "llvm/IR/Constants.h" 1747 SmallSetVector<Constant *, 4> Constants; 1761 // Must handle Constants specially, we cannot call replaceUsesOfWith on a 1767 Constants.insert(C); 1775 // Process operand replacement of saved constants. 1776 for (auto *C : Constants)
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| Verifier.cpp | 19 // * All of the constants in a switch statement are of the correct type 71 #include "llvm/IR/Constants.h" 325 /// Cache of constants visited in search of ConstantExprs. 2762 // Check to make sure that all of the constants in the switch instruction 2765 SmallPtrSet<ConstantInt*, 32> Constants; 2768 "Switch constants must all be same type as switch value!", &SI); 2769 Assert(Constants.insert(Case.getCaseValue()).second, 4006 "Filter operand is not an array of constants!", &LPI); 5863 CheckFailed("Type size nodes must be constants!", &I, BaseNode); 5897 CheckFailed("Offset entries must be constants!", &I, BaseNode) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGBuilder.cpp | 68 #include "llvm/IR/Constants.h" 1549 SmallVector<SDValue, 4> Constants; 1554 // Add each leaf value from the operand to the Constants list 1557 Constants.push_back(SDValue(Val, i)); 1560 return DAG.getMergeValues(Constants, getCurSDLoc()); 1568 // Add each leaf value from the operand to the Constants list 1588 SmallVector<SDValue, 4> Constants(NumElts); 1592 Constants[i] = DAG.getUNDEF(EltVT); 1594 Constants[i] = DAG.getConstantFP(0, getCurSDLoc(), EltVT); 1596 Constants[i] = DAG.getConstant(0, getCurSDLoc(), EltVT) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| mtypes.h | 1143 * Bit flag versions of the corresponding GL_ constants. 2171 /** Named parameters, constants, etc. from program text */ 2464 GLfloat Constants[8][4]; 2465 GLbitfield LocalConstDef; /**< Indicates which constants have been set */ 3260 * This enables lowering of 16b constants. Some drivers may not 3261 * to lower constants to 16b (ie. if the hw can do automatic 3273 GLboolean EmitNoIndirectUniform; /**< No indirect addressing of constants */ 3782 * Constants which may be overridden by device driver during context creation 4891 /** Shader constants (uniforms, program parameters, state constants) */ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| mtypes.h | 1143 * Bit flag versions of the corresponding GL_ constants. 2108 /** Named parameters, constants, etc. from program text */ 2399 GLfloat Constants[8][4]; 2400 GLbitfield LocalConstDef; /**< Indicates which constants have been set */ 3174 GLboolean EmitNoIndirectUniform; /**< No indirect addressing of constants */ 3646 * Constants which may be overridden by device driver during context creation 4672 /** Shader constants (uniforms, program parameters, state constants) */ 4852 /** Core/Driver constants */
|