/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
NullResolver.cpp | 28 JITSymbol NullLegacyResolver::findSymbol(const std::string &Name) { 33 NullLegacyResolver::findSymbolInLogicalDylib(const std::string &Name) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
MCAsmMacro.cpp | 16 OS << "\"" << Name << "\""; 35 OS << "Macro " << Name << ":\n";
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
directive_end-2.s | 13 # CHECK: Name: rock 14 # CHECK-NOT: Name: hard_place
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
OrcTestCommon.cpp | 26 StringRef Name) 27 : M(new Module(Name, Context)) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Passes/ |
TestPlugin.cpp | 25 [](StringRef Name, ModulePassManager &PM, 27 if (Name == "plugin-pass") {
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
InstrTypes.h | 145 const Twine &Name, Instruction *InsertBefore); 147 const Twine &Name, BasicBlock *InsertAtEnd); 164 const Twine &Name = Twine(), 172 const Twine &Name, BasicBlock *InsertAtEnd); 179 const Twine &Name = "") {\ 180 return Create(Instruction::OPC, V1, V2, Name);\ 185 const Twine &Name, BasicBlock *BB) {\ 186 return Create(Instruction::OPC, V1, V2, Name, BB);\ 191 const Twine &Name, Instruction *I) {\ 192 return Create(Instruction::OPC, V1, V2, Name, I); [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/Dsdt/ |
D05Sas.asl | 20 Name(_HID, "HISI0162")
21 Name(_CCA, 1)
22 Name(_CRS, ResourceTemplate() {
60 Name (_DSD, Package () {
94 Name(_HID, "HISI0162")
95 Name(_CCA, 1)
96 Name(_CRS, ResourceTemplate() {
135 Name (_DSD, Package () {
170 Name(_HID, "HISI0162")
171 Name(_CCA, 1) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
TableDataModel.py | 40 # @param Name: Name of a ModelType
46 Name VARCHAR NOT NULL,
57 # @param Name: Name of a ModelType
60 def Insert(self, CrossIndex, Name, Description):
62 (Name, Description) = ConvertToSqlString((Name, Description))
63 SqlCommand = """insert into %s values(%s, %s, '%s', '%s')""" % (self.Table, self.ID, CrossIndex, Name, Description)
76 Name = Item[0] [all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ |
CY8C9540A.asi | 19 Name(_HID, "INT3490") // Cypress CY8C9540A Io Expander Function.
20 Name(_CID, "INT3490")
22 Name(RBUF, ResourceTemplate()
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
PCI_DRC.ASL | 29 Name(_HID,EISAID("PNP0C02"))
31 Name(_UID,1)
33 Name(BUF0,ResourceTemplate()
|
/external/clang/include/clang/AST/ |
CommentCommandTraits.h | 38 const char *Name; 40 /// Name of the command that ends the verbatim block. 131 #define COMMENT_COMMAND(NAME) KCI_##NAME, 142 /// \returns a CommandInfo object for a given command name or 144 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const; 146 const CommandInfo *getCommandInfo(StringRef Name) const { 147 if (const CommandInfo *Info = getCommandInfoOrNULL(Name)) 160 /// \returns a CommandInfo object for a given command name or 161 /// NULL if \c Name is not a builtin command [all...] |
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
KaleidoscopeJIT.h | 63 [&](const std::string &Name) { 64 if (auto Sym = CompileLayer.findSymbol(Name, false)) 68 [](const std::string &Name) { 70 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) 86 JITSymbol findSymbol(const std::string Name) { 89 Mangler::getNameWithPrefix(MangledNameStream, Name, DL);
|
/external/llvm/include/llvm/IR/ |
GlobalAlias.h | 36 const Twine &Name, Constant *Aliasee, Module *Parent); 42 LinkageTypes Linkage, const Twine &Name, 47 LinkageTypes Linkage, const Twine &Name, 52 LinkageTypes Linkage, const Twine &Name, 56 static GlobalAlias *create(LinkageTypes Linkage, const Twine &Name, 60 static GlobalAlias *create(const Twine &Name, GlobalValue *Aliasee);
|
/external/protobuf/examples/ |
list_people_test.go | 16 Name: "John Doe", 26 Name: John Doe 39 Name: "John Doe", 44 Name: "Jane Doe", 48 Name: "Jack Doe", 56 Name: "Jack Buck", 66 Name: "Janet Doe", 77 Name: John Doe 80 Name: Jane Doe 82 Name: Jack Do [all...] |
/external/python/cpython3/Lib/lib2to3/fixes/ |
fix_filter.py | 20 from ..fixer_util import Name, ArgList, ListComp, in_special_context 33 (fp=NAME | vfpdef< '(' fp=NAME ')'> ) ':' xp=any 75 new = ListComp(Name("_f"), 76 Name("_f"), 78 Name("_f")) 86 new = Node(syms.power, [Name("filter"), args], prefix="") 87 new = Node(syms.power, [Name("list"), ArgList([new])] + trailers)
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
DOTGraphTraitsPass.h | 23 std::string Name; 26 Name = GraphName; 35 ViewGraph(Graph, Name, Simple, Title); 49 std::string Name; 53 Name = GraphName; 58 std::string Filename = Name + "." + F.getNameStr() + ".dot";
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
BlackfinIntrinsicInfo.cpp | 55 BlackfinIntrinsicInfo::lookupName(const char *Name, unsigned Len) const { 56 if (Len < 5 || Name[4] != '.' || Name[0] != 'l' || Name[1] != 'l' 57 || Name[2] != 'v' || Name[3] != 'm')
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
TypeRecordMapping.h | 35 #define TYPE_RECORD(EnumName, EnumVal, Name) \ 36 Error visitKnownRecord(CVType &CVR, Name##Record &Record) override; 37 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ 38 Error visitKnownMember(CVMemberRecord &CVR, Name##Record &Record) override; 39 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) 40 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
|
TypeVisitorCallbacks.h | 50 #define TYPE_RECORD(EnumName, EnumVal, Name) \ 51 virtual Error visitKnownRecord(CVType &CVR, Name##Record &Record) { \ 54 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ 55 virtual Error visitKnownMember(CVMemberRecord &CVM, Name##Record &Record) { \ 59 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) 60 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
GlobalAlias.h | 33 const Twine &Name, Constant *Aliasee, Module *Parent); 42 LinkageTypes Linkage, const Twine &Name, 47 LinkageTypes Linkage, const Twine &Name, 52 LinkageTypes Linkage, const Twine &Name, 56 static GlobalAlias *create(LinkageTypes Linkage, const Twine &Name, 60 static GlobalAlias *create(const Twine &Name, GlobalValue *Aliasee);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
MinimalTypeDumper.h | 39 #define TYPE_RECORD(EnumName, EnumVal, Name) \ 41 codeview::Name##Record &Record) override; 42 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ 44 codeview::Name##Record &Record) override; 45 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) 46 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
|
/external/tensorflow/tensorflow/core/kernels/ |
cwise_op_equal_to_1.cc | 22 Name("ApproximateEqual").Device(DEVICE_CPU).TypeConstraint<float>("T"), 25 Name("ApproximateEqual").Device(DEVICE_CPU).TypeConstraint<double>("T"), 31 Name("ApproximateEqual").Device(DEVICE_GPU).TypeConstraint<float>("T"), 34 Name("ApproximateEqual").Device(DEVICE_GPU).TypeConstraint<double>("T"), 40 REGISTER_KERNEL_BUILDER(Name("Equal") 52 REGISTER_KERNEL_BUILDER(Name("Equal")
|
reduction_ops_euclidean.cc | 21 REGISTER_KERNEL_BUILDER(Name("EuclideanNorm") \ 27 REGISTER_KERNEL_BUILDER(Name("EuclideanNorm") \ 39 REGISTER_KERNEL_BUILDER(Name("EuclideanNorm") \ 46 REGISTER_KERNEL_BUILDER(Name("EuclideanNorm") \ 62 REGISTER_KERNEL_BUILDER(Name("EuclideanNorm") \ 69 REGISTER_KERNEL_BUILDER(Name("EuclideanNorm") \
|
reduction_ops_mean.cc | 22 Name("Mean") \ 28 Name("Mean") \ 40 Name("Mean") \ 47 Name("Mean") \ 63 Name("Mean") \ 70 Name("Mean") \
|
/external/v8/src/interpreter/ |
bytecode-operands.cc | 31 #define CASE(Name, _) \ 32 case OperandType::k##Name: \ 33 return #Name; 42 #define CASE(Name, _) \ 43 case OperandScale::k##Name: \ 44 return #Name;
|