HomeSort by: relevance | last modified time | path
    Searched refs:Constants (Results 1 - 25 of 27) sorted by relevancy

1 2

  /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);
SystemZISelLowering.cpp 2178 // zero can use LOAD TEST and comparisons with other constants make a
3913 // Convert atomic subtracts of constants into additions.
5070 SmallVector<SDValue, SystemZ::VectorBytes> Constants(NumElements, SDValue());
5079 Constants[I] = Elem;
5084 // Constants with undefs to get a full vector constant and use that
5090 if (!Constants[I].getNode())
5091 Constants[I] = DAG.getUNDEF(Elems[I].getValueType());
5092 Result = DAG.getBuildVector(VT, DL, Constants);
6653 // In the case where the divisor is a vector of constants a cheaper
  /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,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 1144 // A constant may be a member of both Constants and MachineCPVsSharingEntries,
1147 for (unsigned i = 0, e = Constants.size(); i != e; ++i)
1148 if (Constants[i].isMachineConstantPoolEntry()) {
1149 Deleted.insert(Constants[i].Val.MachineCPVal);
1150 delete Constants[i].Val.MachineCPVal;
1158 /// Test whether the given two constants can be allocated the same constant pool
1174 // For now, only support constants with the same size.
1210 for (unsigned i = 0, e = Constants.size(); i != e; ++i)
1211 if (!Constants[i].isMachineConstantPoolEntry() &&
1212 CanShareConstantPoolEntry(Constants[i].Val.ConstVal, C, DL))
    [all...]
MIRPrinter.cpp 40 #include "llvm/IR/Constants.h"
546 MF.Constants.push_back(YamlConstant);
  /src/external/apache2/llvm/lib/libLLVMIR/
Makefile 21 Constants.cpp \
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 39 llvm::dwarf::Constants Children;
449 template <> struct ScalarEnumerationTraits<dwarf::Constants> {
450 static void enumeration(IO &io, dwarf::Constants &value) {
  /src/sys/fs/hfs/
libhfs.h 65 #pragma mark Constants (on-disk)
159 #pragma mark Constants (custom)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 454 if (!YamlMF.Constants.empty()) {
871 for (const auto &YamlConstant : YamlMF.Constants) {
  /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/mDNSResponder/dist/mDNSShared/
CommonServices.h 387 #pragma mark == Constants ==
391 // Constants
679 Stringify macros to process raw text passed via -D options to C string constants. The double-wrapping is necessary
760 // Macros for minimum-width integer constants
813 // Boolean Constants and Types
1170 #pragma mark == Binary 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/gpl3/autoconf/dist/lib/Autom4te/
Channels.pm 116 =head2 Constants
193 constants above.
201 C<US_LOCAL>, and C<US_GLOBAL> constants above.
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 51 'constants' => [()]);
534 =head2 Constants
536 A special tag C<:constants> is recognised in the module exports list. It
537 doesn't select any functions, but indicates that perl constants should be
541 GMP::Mpz will treat constants as mpz's if they're integers, or ordinary
544 use GMP::Mpz qw(:constants);
552 use GMP::Mpq qw(:constants);
556 GMP::Mpf will treat all constants as mpf's using the default precision.
560 use GMP::Mpf qw(:constants);
566 A similar special tag :noconstants is recognised to turn off the constants
    [all...]
  /src/external/gpl3/binutils/dist/zlib/os400/
zlib.inc 20 * Constants
  /src/external/gpl3/binutils.old/dist/zlib/os400/
zlib.inc 20 * Constants
  /src/external/gpl3/gdb.old/dist/zlib/os400/
zlib.inc 20 * Constants
  /src/external/gpl3/gdb/dist/zlib/os400/
zlib.inc 20 * Constants
  /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...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86MCInstLower.cpp 1778 ArrayRef<MachineConstantPoolEntry> Constants =
1780 const MachineConstantPoolEntry &ConstantEntry = Constants[Op.getIndex()];
  /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/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 209 #pragma mark - DNS Resource Record class and type constants
1048 #pragma mark - NAT Traversal structures and constants
1273 #pragma mark - DNSServer & McastResolver structures and constants
1789 // LLQ constants
2603 #pragma mark - Useful Static Constants

Completed in 102 milliseconds

1 2