/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZConstantPoolValue.cpp | 30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue() local 31 for (unsigned I = 0, E = Constants.size(); I != E; ++I) { in getExistingMachineCPValue() 32 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue() 33 Constants[I].getAlign() >= Alignment) { in getExistingMachineCPValue() 35 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantPoolValue.h | 89 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl() local 90 for (unsigned i = 0, e = Constants.size(); i != e; ++i) { in getExistingMachineCPValueImpl() 91 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl() 92 Constants[i].getAlign() >= Alignment) { in getExistingMachineCPValueImpl() 94 static_cast<CSKYConstantPoolValue *>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaConstantPoolValue.h | 65 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl() local 66 for (unsigned i = 0, e = Constants.size(); i != e; ++i) { in getExistingMachineCPValueImpl() 67 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl() 68 (Constants[i].getAlign() >= Alignment)) { in getExistingMachineCPValueImpl() 70 Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineConstantPool.h | 119 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants. variable 143 bool isEmpty() const { return Constants.empty(); } in isEmpty() 146 return Constants; in getConstants()
|
H A D | MIRYamlMapping.h | 752 std::vector<MachineConstantPoolValue> Constants; /// Constant pool. 801 YamlIO.mapOptional("constants", MF.Constants,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.h | 80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl() local 81 for (unsigned i = 0, e = Constants.size(); i != e; ++i) { in getExistingMachineCPValueImpl() 82 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl() 83 Constants[i].getAlign() >= Alignment) { in getExistingMachineCPValueImpl() 85 static_cast<ARMConstantPoolValue*>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 1414 for (const MachineConstantPoolEntry &C : Constants) in ~MachineConstantPool() 1486 for (unsigned i = 0, e = Constants.size(); i != e; ++i) in getConstantPoolIndex() 1487 if (!Constants[i].isMachineConstantPoolEntry() && in getConstantPoolIndex() 1488 CanShareConstantPoolEntry(Constants[i].Val.ConstVal, C, DL)) { in getConstantPoolIndex() 1489 if (Constants[i].getAlign() < Alignment) in getConstantPoolIndex() 1490 Constants[i].Alignment = Alignment; in getConstantPoolIndex() 1494 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex() 1495 return Constants.size()-1; in getConstantPoolIndex() 1511 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex() 1512 return Constants.size()-1; in getConstantPoolIndex() [all …]
|
H A D | MIRPrinter.cpp | 595 MF.Constants.push_back(YamlConstant); in convert()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.cpp | 76 if (Buf.Constants.empty()) in layoutBuffer() 80 for (auto &Const : Buf.Constants) { in layoutBuffer() 100 for (auto &[GV, Offset] : Buf.Constants) { in replaceBuffer() 143 CB.Constants.emplace_back(std::make_pair(GV, LowerBound)); in addConstant()
|
H A D | CGHLSLRuntime.h | 100 std::vector<std::pair<llvm::GlobalVariable *, unsigned>> Constants; member
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | erfcf.sollya | 18 // Constants
|
H A D | erff.sollya | 18 // Constants
|
H A D | erf.sollya | 18 // Constants
|
H A D | erfc.sollya | 18 // Constants
|
/freebsd/stand/i386/btx/lib/ |
H A D | btxsys.S | 26 # Constants.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 40 llvm::dwarf::Constants Children; 499 template <> struct ScalarEnumerationTraits<dwarf::Constants> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 500 static void enumeration(IO &io, dwarf::Constants &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 168 // C99 6.4.4.1: Integer Constants 169 // C99 6.4.4.2: Floating Constants 175 // C99 6.4.4: Character Constants 179 // C++17 Character Constants 182 // C++11 Character Constants
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructions.td | 396 // PatLeafs for Texture Constants 730 class Constants { 742 def CONST : Constants;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 993 uint64_t Constants = Stats.ConstantMembers; in collectStatsForObjectFile() local 994 VarParamWithLoc += Stats.TotalVarWithLoc + Constants; in collectStatsForObjectFile()
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 132 const EnumDecl::enumerator_range Constants); 1205 SymbolReference Container, const EnumDecl::enumerator_range Constants) { in recordEnumConstants() argument 1206 for (const auto *Constant : Constants) { in recordEnumConstants()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 520 if (!YamlMF.Constants.empty()) { in initializeMachineFunction() 988 for (const auto &YamlConstant : YamlMF.Constants) { in initializeConstantPool()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1914 SmallSetVector<Constant *, 4> Constants; in replaceCfiUses() local 1935 Constants.insert(C); in replaceCfiUses() 1944 for (auto *C : Constants) in replaceCfiUses()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 835 enum Constants { enum
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Opcodes.td | 236 // Constants
|
/freebsd/contrib/tcsh/ |
H A D | tcsh.man2html | 27 ### Constants
|