/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/ |
D | target_ocaml.c | 221 static void llvm_finalize_target_machine(value Machine) { in llvm_finalize_target_machine() argument 222 LLVMDisposeTargetMachine(TargetMachine_val(Machine)); in llvm_finalize_target_machine() 235 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) { in llvm_alloc_targetmachine() argument 238 TargetMachine_val(V) = Machine; in llvm_alloc_targetmachine() 248 LLVMTargetMachineRef Machine; in llvm_create_targetmachine_native() local 265 Machine = LLVMCreateTargetMachine(Target, String_val(Triple), CPUStr, in llvm_create_targetmachine_native() 268 return llvm_alloc_targetmachine(Machine); in llvm_create_targetmachine_native() 277 CAMLprim LLVMTargetRef llvm_targetmachine_target(value Machine) { in llvm_targetmachine_target() argument 278 return LLVMGetTargetMachineTarget(TargetMachine_val(Machine)); in llvm_targetmachine_target() 282 CAMLprim value llvm_targetmachine_triple(value Machine) { in llvm_targetmachine_triple() argument [all …]
|
/external/llvm/bindings/ocaml/target/ |
D | target_ocaml.c | 221 static void llvm_finalize_target_machine(value Machine) { in llvm_finalize_target_machine() argument 222 LLVMDisposeTargetMachine(TargetMachine_val(Machine)); in llvm_finalize_target_machine() 235 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) { in llvm_alloc_targetmachine() argument 238 TargetMachine_val(V) = Machine; in llvm_alloc_targetmachine() 248 LLVMTargetMachineRef Machine; in llvm_create_targetmachine_native() local 265 Machine = LLVMCreateTargetMachine(Target, String_val(Triple), CPUStr, in llvm_create_targetmachine_native() 268 return llvm_alloc_targetmachine(Machine); in llvm_create_targetmachine_native() 277 CAMLprim LLVMTargetRef llvm_targetmachine_target(value Machine) { in llvm_targetmachine_target() argument 278 return LLVMGetTargetMachineTarget(TargetMachine_val(Machine)); in llvm_targetmachine_target() 282 CAMLprim value llvm_targetmachine_triple(value Machine) { in llvm_targetmachine_triple() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | O3-pipeline.ll | 8 ; CHECK-NEXT: Machine Module Information 15 ; CHECK-NEXT: Machine Branch Probability Analysis 81 ; CHECK-NEXT: Machine Natural Loop Construction 82 ; CHECK-NEXT: Machine Trace Metrics 84 ; CHECK-NEXT: Machine InstCombiner 86 ; CHECK-NEXT: Machine Trace Metrics 91 ; CHECK-NEXT: Machine Natural Loop Construction 92 ; CHECK-NEXT: Early Machine Loop Invariant Code Motion 93 ; CHECK-NEXT: Machine Common Subexpression Elimination 95 ; CHECK-NEXT: Machine Block Frequency Analysis [all …]
|
D | machine-outliner-flags.ll | 37 ; ALWAYS: Machine Outliner 38 ; ALWAYS: Machine Outliner: Running on all functions 39 ; ENABLE: Machine Outliner 40 ; ENABLE: Machine Outliner: Running on all functions 41 ; NEVER-NOT: Machine Outliner 42 ; NOT-ADDED: Machine Outliner 43 ; NOT-ADDED: Machine Outliner: Running on target-default functions 44 ; OPTNONE-NOT: Machine Outliner
|
D | arm64-opt-remarks-lazy-bfi.ll | 21 ; HOTNESS-NEXT: Executing Pass 'Lazy Machine Block Frequency Analysis' 22 ; HOTNESS-NEXT: Executing Pass 'Machine Optimization Remark Emitter' 31 ; HOTNESS: Freeing Pass 'Machine Outliner' 35 ; HOTNESS-NEXT: Executing Pass 'Lazy Machine Block Frequency Analysis' 36 ; HOTNESS-NEXT: Executing Pass 'Machine Optimization Remark Emitter' 48 ; NO_HOTNESS: Freeing Pass 'Machine Outliner' 52 ; NO_HOTNESS-NEXT: Executing Pass 'Lazy Machine Block Frequency Analysis' 53 ; NO_HOTNESS-NEXT: Executing Pass 'Machine Optimization Remark Emitter'
|
D | O0-pipeline.ll | 8 ; CHECK-NEXT: Machine Module Information 14 ; CHECK-NEXT: Machine Branch Probability Analysis 47 ; CHECK-NEXT: Lazy Machine Block Frequency Analysis 48 ; CHECK-NEXT: Machine Optimization Remark Emitter 52 ; CHECK-NEXT: Analyze Machine Code For Garbage Collection 60 ; CHECK-NEXT: Lazy Machine Block Frequency Analysis 61 ; CHECK-NEXT: Machine Optimization Remark Emitter
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | O3-pipeline.ll | 8 ; CHECK-NEXT: Machine Module Information 15 ; CHECK-NEXT: Machine Branch Probability Analysis 74 ; CHECK-NEXT: Machine Natural Loop Construction 75 ; CHECK-NEXT: Machine Trace Metrics 77 ; CHECK-NEXT: Machine InstCombiner 80 ; CHECK-NEXT: Machine Natural Loop Construction 81 ; CHECK-NEXT: Early Machine Loop Invariant Code Motion 82 ; CHECK-NEXT: Machine Common Subexpression Elimination 84 ; CHECK-NEXT: Machine Block Frequency Analysis 85 ; CHECK-NEXT: Machine code sinking [all …]
|
D | O0-pipeline.ll | 8 ; CHECK-NEXT: Machine Module Information 14 ; CHECK-NEXT: Machine Branch Probability Analysis 46 ; CHECK-NEXT: Bundle Machine CFG Edges 48 ; CHECK-NEXT: Lazy Machine Block Frequency Analysis 49 ; CHECK-NEXT: Machine Optimization Remark Emitter 53 ; CHECK-NEXT: Analyze Machine Code For Garbage Collection 65 ; CHECK-NEXT: Lazy Machine Block Frequency Analysis 66 ; CHECK-NEXT: Machine Optimization Remark Emitter
|
D | stack-protector-weight.ll | 6 ; DARWIN-SELDAG: # Machine code for function test_branch_weights: 12 ; DARWIN-IR: # Machine code for function test_branch_weights: 18 ; MSVC-SELDAG: # Machine code for function test_branch_weights: 25 ; MSVC-IR: # Machine code for function test_branch_weights:
|
/external/toolchain-utils/ |
D | lock_machine_test.py | 19 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('testExclusiveState') [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 33 static bool is32bit(MachineTypes Machine) { in is32bit() argument 34 switch (Machine) { in is32bit() 46 static uint16_t getImgRelRelocation(MachineTypes Machine) { in getImgRelRelocation() argument 47 switch (Machine) { in getImgRelRelocation() 94 MachineTypes Machine, bool MinGW) { in getNameType() argument 105 if (Machine == IMAGE_FILE_MACHINE_I386 && Sym.startswith("_")) in getNameType() 141 MachineTypes Machine; member in llvm::object::__anon104f9e720111::ObjectFactory 150 : Machine(M), ImportName(S), Library(S.drop_back(4)), in ObjectFactory() 188 u16(Machine), in createImportDescriptor() 199 u16(is32bit(Machine) ? IMAGE_FILE_32BIT_MACHINE : C_Invalid), in createImportDescriptor() [all …]
|
D | COFFModuleDefinition.cpp | 150 : Lex(S), Machine(M), MingwDef(B) {} in Parser() 245 if (Machine == IMAGE_FILE_MACHINE_I386) { in parseExport() 290 if (Machine == IMAGE_FILE_MACHINE_I386 && !isDecorated(E.AliasTarget, MingwDef)) in parseExport() 357 MachineTypes Machine; member in llvm::object::Parser 363 MachineTypes Machine, in parseCOFFModuleDefinition() argument 365 return Parser(MB.getBuffer(), Machine, MingwDef).parse(); in parseCOFFModuleDefinition()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 698 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() argument 700 : M(M), F(F), Machine(&Machine) {} in ModuleSlotTracker() 711 return Machine; in getMachine() 716 Machine = MachineStorage.get(); in getMachine() 717 return Machine; in getMachine() 729 Machine->purgeFunction(); in incorporateFunction() 730 Machine->incorporateFunction(&F); in incorporateFunction() 736 return Machine->getLocalSlot(V); in getLocalSlot() 1036 SlotTracker *Machine, 1041 SlotTracker *Machine, const Module *Context, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 813 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() argument 815 : M(M), F(F), Machine(&Machine) {} in ModuleSlotTracker() 826 return Machine; in getMachine() 831 Machine = MachineStorage.get(); in getMachine() 832 return Machine; in getMachine() 844 Machine->purgeFunction(); in incorporateFunction() 845 Machine->incorporateFunction(&F); in incorporateFunction() 851 return Machine->getLocalSlot(V); in getLocalSlot() 1211 SlotTracker *Machine, 1216 SlotTracker *Machine, const Module *Context, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/ |
D | frmidx-iterator-bug.ll | 4 %Machine = type { i16, [0 x i8], i16, [0 x i8], [16 x i8], [0 x i8] } 7 define void @step(%Machine*) { 14 %machine = alloca %Machine, align 8 15 %v0 = bitcast %Machine* %machine to i8* 16 %v1 = getelementptr inbounds %Machine, %Machine* %machine, i16 0, i32 2 30 call void @step(%Machine* %machine)
|
/external/llvm/test/Feature/ |
D | optnone-llc.ll | 10 ; This test verifies that we don't run Machine Function optimizations 39 ; Machine Function passes run at -O1 and higher. 43 ; LLC-Ox-DAG: Skipping pass 'Machine code sinking' 44 ; LLC-Ox-DAG: Skipping pass 'Machine Common Subexpression Elimination' 45 ; LLC-Ox-DAG: Skipping pass 'Machine Copy Propagation Pass' 46 ; LLC-Ox-DAG: Skipping pass 'Machine Instruction Scheduler' 47 ; LLC-Ox-DAG: Skipping pass 'Machine Loop Invariant Code Motion' 55 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/ |
D | optnone-llc.ll | 10 ; This test verifies that we don't run Machine Function optimizations 39 ; Machine Function passes run at -O1 and higher. 43 ; LLC-Ox-DAG: Skipping pass 'Machine code sinking' 44 ; LLC-Ox-DAG: Skipping pass 'Machine Common Subexpression Elimination' 46 ; LLC-Ox-DAG: Skipping pass 'Machine Copy Propagation Pass' 47 ; LLC-Ox-DAG: Skipping pass 'Machine Instruction Scheduler' 48 ; LLC-Ox-DAG: Skipping pass 'Machine Loop Invariant Code Motion' 56 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'
|
/external/ltp/testcases/network/multicast/mc_commo/ |
D | README.1st | 2 path setup for the test, i.e. if Machine A has "/testcases/mc_commo" for the files, then 3 Machine B must also have the same path setup. Machine B would be exported as the 4 RHOST on Machine A, i.e. 'export RHOST=<Machine B hostname>'. If this
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 624 SlotTracker *Machine, 699 SlotTracker *Machine, in WriteConstantInternal() argument 816 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine, in WriteConstantInternal() 819 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine, in WriteConstantInternal() 840 &TypePrinter, Machine, in WriteConstantInternal() 846 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine, in WriteConstantInternal() 865 WriteAsOperandInternal(Out, CS->getOperand(0), &TypePrinter, Machine, in WriteConstantInternal() 873 WriteAsOperandInternal(Out, CS->getOperand(i), &TypePrinter, Machine, in WriteConstantInternal() 892 WriteAsOperandInternal(Out, CP->getOperand(0), &TypePrinter, Machine, in WriteConstantInternal() 898 WriteAsOperandInternal(Out, CP->getOperand(i), &TypePrinter, Machine, in WriteConstantInternal() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
D | DlltoolDriver.cpp | 128 COFF::MachineTypes Machine = IMAGE_FILE_MACHINE_UNKNOWN; in dlltoolDriverMain() local 130 Machine = getEmulation(Arg->getValue()); in dlltoolDriverMain() 132 if (Machine == IMAGE_FILE_MACHINE_UNKNOWN) { in dlltoolDriverMain() 138 parseCOFFModuleDefinition(*MB, Machine, true); in dlltoolDriverMain() 159 if (Machine == IMAGE_FILE_MACHINE_I386 && Args.getLastArg(OPT_k)) { in dlltoolDriverMain() 176 if (writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true)) in dlltoolDriverMain()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonSchedule.td | 60 // V4 Machine Info + 65 // V55 Machine Info + 69 // V60 Machine Info - 77 // V62 Machine Info + 83 // V65 Machine Info +
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSchedule.td | 11 // V4 Machine Info + 16 // V55 Machine Info + 20 // V60 Machine Info -
|
/external/llvm/test/tools/llvm-readobj/ |
D | elf-sec-flags.test | 18 Machine: EM_AMDGPU 39 Machine: EM_HEXAGON 62 Machine: EM_MIPS 83 Machine: EM_X86_64
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | elf-sec-flags.test | 16 Machine: EM_HEXAGON 39 Machine: EM_MIPS 60 Machine: EM_X86_64
|
/external/freetype/src/gxvalid/ |
D | README | 113 3-1. Validation of State Machine activity 116 QuickDraw GX/AAT uses a `State Machine' to provide `stateful' layout 118 this `State Machine' in a `StateTable' data structure. While the 119 State Machine receives a series of glyph IDs, the State Machine 127 - existence of glyph IDs that the State Machine doesn't know how 129 - the State Machine cannot compute the layout information from 133 State Machine itself, because these are `expression' errors of state 136 There is no limitation about how long the State Machine walks 138 diagram requires infinite steps, even if we had a State Machine in 142 - existence of states which the State Machine never transits to [all …]
|