Searched refs:Machine (Results 1 - 25 of 60) sorted by relevance

123

/external/toolchain-utils/automation/common/
H A Dmachine_test.py4 """Machine manager unittest.
21 mach = machine.Machine('ahmad.mtv', 'core2duo', 4, 'linux', 'asharif')
H A Dmachine.py8 class Machine(object): class in inherits:object
44 ['Machine Information:', 'Hostname: %s' % self.hostname, 'Label: %s' %
60 return '\n'.join(['Machine Specification:', 'Name: %s' % self.name, 'OS: %s'
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c217 /*===---- Target Machine --------------------------------------------------===*/
221 static void llvm_finalize_target_machine(value Machine) { argument
222 LLVMDisposeTargetMachine(TargetMachine_val(Machine));
235 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) { argument
238 TargetMachine_val(V) = Machine;
248 LLVMTargetMachineRef Machine; local
265 Machine = LLVMCreateTargetMachine(Target, String_val(Triple), CPUStr,
268 return llvm_alloc_targetmachine(Machine);
277 CAMLprim LLVMTargetRef llvm_targetmachine_target(value Machine) { argument
278 return LLVMGetTargetMachineTarget(TargetMachine_val(Machine));
282 llvm_targetmachine_triple(value Machine) argument
288 llvm_targetmachine_cpu(value Machine) argument
294 llvm_targetmachine_features(value Machine) argument
300 llvm_targetmachine_data_layout(value Machine) argument
306 llvm_targetmachine_set_verbose_asm(value Verb, value Machine) argument
312 llvm_targetmachine_emit_to_file(LLVMModuleRef Module, value FileType, value FileName, value Machine) argument
327 llvm_targetmachine_emit_to_memory_buffer( LLVMModuleRef Module, value FileType, value Machine) argument
343 llvm_targetmachine_add_analysis_passes(LLVMPassManagerRef PM, value Machine) argument
[all...]
/external/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h23 const unsigned Machine; member in class:llvm::MCWinCOFFObjectTargetWriter
31 unsigned getMachine() const { return Machine; }
/external/toolchain-utils/
H A Dlock_machine_test.py19 file_lock_machine.Machine(machine, auto=True).Lock(exclusive=True)
30 mach = file_lock_machine.Machine('qqqraymes.mtv')
33 mach = file_lock_machine.Machine('qqqraymes.mtv', auto=True)
38 mach = file_lock_machine.Machine('otter.mtv', '/tmp')
43 mach = file_lock_machine.Machine('otter.mtv', '/tmp', True)
49 mach = file_lock_machine.Machine('chrotomation.mtv')
57 mach = file_lock_machine.Machine('chrotomation.mtv', auto=True)
66 mach = file_lock_machine.Machine('atree.mtv')
73 mach = file_lock_machine.Machine('atree.mtv', auto=True)
81 mach = file_lock_machine.Machine('testExclusiveStat
[all...]
H A Dfile_lock_machine.py132 locks_dir = Machine.LOCKS_DIR
264 class Machine(object): class in inherits:object
265 """Machine class"""
338 default=Machine.LOCKS_DIR,
340 parser.add_argument('args', nargs='*', help='Machine arg.')
353 machine = Machine(options.args[1], options.locks_dir, auto=False)
/external/llvm/include/llvm/IR/
H A DModuleSlotTracker.h38 SlotTracker *Machine = nullptr; member in class:llvm::ModuleSlotTracker
42 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
/external/llvm/lib/Object/
H A DELF.cpp19 StringRef getELFRelocationTypeName(uint32_t Machine, uint32_t Type) { argument
20 switch (Machine) {
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
H A DPeImage.h36 /// PE32+ Machine type for EFI images
89 UINT16 Machine; member in struct:__anon22108
118 /// Other Machine Types
281 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \
282 (((Machine) == EFI_IMAGE_MACHINE_IA32) || ((Machine) == EFI_IMAGE_MACHINE_EBC))
284 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) ((Machine) == EFI_IMAGE_MACHINE_X64)
290 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \
291 (((Machine)
716 UINT16 Machine; ///< from the original file header member in struct:__anon22129
[all...]
/external/llvm/lib/IR/
H A DAsmWriter.cpp698 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, argument
700 : M(M), F(F), Machine(&Machine) {}
711 return Machine;
716 Machine = MachineStorage.get();
717 return Machine;
729 Machine->purgeFunction();
730 Machine->incorporateFunction(&F);
736 return Machine->getLocalSlot(V);
1036 SlotTracker *Machine,
1128 WriteConstantInternal(raw_ostream &Out, const Constant *CV, TypePrinting &TypePrinter, SlotTracker *Machine, const Module *Context) argument
1386 writeMDTuple(raw_ostream &Out, const MDTuple *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1426 SlotTracker *Machine; member in struct:__anon12826::MDFieldPrinter
1431 MDFieldPrinter(raw_ostream &Out, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1478 writeMetadataAsOperand(raw_ostream &Out, const Metadata *MD, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1548 writeGenericDINode(raw_ostream &Out, const GenericDINode *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1567 writeDILocation(raw_ostream &Out, const DILocation *DL, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1612 writeDIDerivedType(raw_ostream &Out, const DIDerivedType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1632 writeDICompositeType(raw_ostream &Out, const DICompositeType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1656 writeDISubroutineType(raw_ostream &Out, const DISubroutineType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1679 writeDICompileUnit(raw_ostream &Out, const DICompileUnit *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1703 writeDISubprogram(raw_ostream &Out, const DISubprogram *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1733 writeDILexicalBlock(raw_ostream &Out, const DILexicalBlock *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1745 writeDILexicalBlockFile(raw_ostream &Out, const DILexicalBlockFile *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1759 writeDINamespace(raw_ostream &Out, const DINamespace *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1771 writeDIMacro(raw_ostream &Out, const DIMacro *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1783 writeDIMacroFile(raw_ostream &Out, const DIMacroFile *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1794 writeDIModule(raw_ostream &Out, const DIModule *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1808 writeDITemplateTypeParameter(raw_ostream &Out, const DITemplateTypeParameter *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1820 writeDITemplateValueParameter(raw_ostream &Out, const DITemplateValueParameter *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1835 writeDIGlobalVariable(raw_ostream &Out, const DIGlobalVariable *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1853 writeDILocalVariable(raw_ostream &Out, const DILocalVariable *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1868 writeDIExpression(raw_ostream &Out, const DIExpression *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1889 writeDIObjCProperty(raw_ostream &Out, const DIObjCProperty *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1904 writeDIImportedEntity(raw_ostream &Out, const DIImportedEntity *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1918 WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1940 WriteAsOperandInternal(raw_ostream &Out, const Value *V, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2018 WriteAsOperandInternal(raw_ostream &Out, const Metadata *MD, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context, bool FromValue) argument
2060 SlotTracker &Machine; member in class:__anon12827::AssemblyWriter
3444 printWithoutType(const Value &V, raw_ostream &O, SlotTracker *Machine, const Module *M) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp624 SlotTracker *Machine,
699 SlotTracker *Machine,
816 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine,
819 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine,
840 &TypePrinter, Machine,
846 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine,
865 WriteAsOperandInternal(Out, CS->getOperand(0), &TypePrinter, Machine,
873 WriteAsOperandInternal(Out, CS->getOperand(i), &TypePrinter, Machine,
892 WriteAsOperandInternal(Out, CP->getOperand(0), &TypePrinter, Machine,
898 WriteAsOperandInternal(Out, CP->getOperand(i), &TypePrinter, Machine,
697 WriteConstantInternal(raw_ostream &Out, const Constant *CV, TypePrinting &TypePrinter, SlotTracker *Machine, const Module *Context) argument
948 WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
975 WriteAsOperandInternal(raw_ostream &Out, const Value *V, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1107 SlotTracker &Machine; member in class:__anon20295::AssemblyWriter
[all...]
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBExtras.h35 raw_ostream &operator<<(raw_ostream &OS, const PDB_Machine &Machine);
/external/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp300 NMachine(IO &) : Machine(COFF::MachineTypes(0)) {}
301 NMachine(IO &, uint16_t M) : Machine(COFF::MachineTypes(M)) {}
302 uint16_t denormalize(IO &) { return Machine; }
303 COFF::MachineTypes Machine; member in struct:llvm::yaml::__anon12872::NMachine
348 if (H.Machine == COFF::IMAGE_FILE_MACHINE_I386) {
352 } else if (H.Machine == COFF::IMAGE_FILE_MACHINE_AMD64) {
415 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine);
419 IO.mapRequired("Machine", NM->Machine);
H A DELFYAML.cpp256 switch (Object->Header.Machine) {
382 switch (Object->Header.Machine) {
423 switch(Object->Header.Machine) {
482 switch (Object->Header.Machine) {
511 switch (Object->Header.Machine) {
636 IO.mapRequired("Machine", FileHdr.Machine);
806 if (Object->Header.Machine == ELFYAML::ELF_EM(ELF::EM_MIPS) &&
/external/toolchain-utils/automation/server/
H A Dmachine_manager.py25 return cls([machine.Machine(hostname, label, cpu, int(cores), os, user)
/external/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.py31 class Machine: class in inherits:
44 class Client(Machine):
77 class Serveur(Machine):
/external/autotest/tko/
H A Dsite_parse_unittest.py150 # Machine has less dependencies than tko Job so it's easier to create
151 tko_job = django_tko_models.Machine.objects.create()
154 django_tko_models.Machine.objects.get(pk=tko_job.pk)
/external/toolchain-utils/crb/
H A Dmachine_manager_singleton.py49 assert cros_machine, "Machine can't be None"
56 locked = lock_machine.Machine(cros_machine.name).Lock(True, sys.argv[0])
123 assert lock_machine.Machine(m.name).Unlock(True) == True, (
136 header = stringify_fmt % ('Machine', 'Thread', 'Lock', 'Status',
153 return 'Machine Status:\n%s' % '\n'.join(table)
/external/llvm/include/llvm/Support/
H A DCOFF.h56 uint16_t Machine; member in struct:llvm::COFF::header
71 uint16_t Machine; member in struct:llvm::COFF::BigObjHeader
131 /// Machine is based on a 32bit word architecture.
649 uint16_t Machine; member in struct:llvm::COFF::ImportHeader
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCOFF.h61 uint16_t Machine; member in struct:llvm::COFF::header
76 uint16_t Machine; member in struct:llvm::COFF::BigObjHeader
136 /// Machine is based on a 32bit word architecture.
654 uint16_t Machine; member in struct:llvm::COFF::ImportHeader
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp140 Header.Machine = TargetObjectWriter->getMachine();
234 Header.Machine = TargetObjectWriter->getMachine();
503 writeLE16(Header.Machine);
514 writeLE16(Header.Machine);
751 if ((Header.Machine == COFF::IMAGE_FILE_MACHINE_AMD64 &&
753 (Header.Machine == COFF::IMAGE_FILE_MACHINE_I386 &&
757 if (Header.Machine == COFF::IMAGE_FILE_MACHINE_ARMNT) {
1089 : Machine(Machine_) {}
/external/llvm/include/llvm/Object/
H A DCOFF.h63 support::ulittle16_t Machine; member in struct:llvm::object::coff_file_header
78 support::ulittle16_t Machine; member in struct:llvm::object::coff_bigobj_file_header
522 support::ulittle16_t Machine; member in struct:llvm::object::coff_import_header
669 return COFFHeader->Machine;
671 return COFFBigObjHeader->Machine;
/external/llvm/tools/opt/
H A Dopt.cpp433 TargetMachine *Machine = nullptr;
439 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options);
442 std::unique_ptr<TargetMachine> TM(Machine);
/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp507 switch(Header->Machine) {
518 switch(Header->Machine) {
600 switch (Header->Machine) {
/external/toolchain-utils/crosperf/
H A Dmachine_manager.py4 """Machine Manager module."""
329 raise BadChecksum('Machine checksums do not match!')
345 assert cros_machine, "Machine can't be None"
351 locked = file_lock_machine.Machine(cros_machine.name,
384 res = file_lock_machine.Machine(machine_name,
476 res = file_lock_machine.Machine(m.name, self.locks_dir).Unlock(True)
489 header = stringify_fmt % ('Machine', 'Thread', 'Lock', 'Status',
506 return 'Machine Status:\n%s' % '\n'.join(table)

Completed in 914 milliseconds

123