Home
last modified time | relevance | path

Searched defs:Unit (Results 1 – 25 of 25) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Darray-value-initialize.cpp32 struct Unit struct
34 Unit() {} in Unit() argument
35 Unit(const Unit& v) {} in Unit() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp80 unsigned Unit = (*Units).first; in foreachUnit() local
123 foreachUnit(TRI, VirtReg, PhysReg, [&](unsigned Unit, in unassign()
124 const LiveRange &Range) { in unassign()
159 const LiveRange &Range) { in checkRegUnitInterference()
H A DLiveIntervalAnalysis.cpp244 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange()
300 unsigned Unit = *Units; in computeLiveInRegUnits() local
317 unsigned Unit = NewRanges[i]; in computeLiveInRegUnits() local
905 LiveRange *getRegUnitLI(unsigned Unit) { in getRegUnitLI()
H A DLiveDebugVariables.cpp679 unsigned Unit = *MCRegUnitIterator(Loc.getReg(), &TRI); in computeIntervals() local
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/all_backends/
H A Dall_backends_ocaml.c25 CAMLprim value llvm_initialize_all(value Unit) { in llvm_initialize_all()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp533 llvm::DIType CGDebugInfo::CreateQualifiedType(QualType Ty, llvm::DIFile Unit) { in CreateQualifiedType()
569 llvm::DIFile Unit) { in CreateType()
582 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty, llvm::DIFile Unit) { in CreateType()
645 llvm::DIFile Unit) { in CreatePointerLikeType()
673 llvm::DIFile Unit) { in CreateType()
735 llvm::DIFile Unit) { in CreateType()
761 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty, llvm::DIFile Unit) { in CreateType()
780 llvm::DIFile Unit) { in CreateType()
999 llvm::DIFile Unit) { in getOrCreateMethodType()
1008 QualType ThisPtr, const FunctionProtoType *Func, llvm::DIFile Unit) { in getOrCreateInstanceMethodType()
[all …]
H A DCGDebugInfo.h73 llvm::DIFile Unit; member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h382 LiveRange &getRegUnit(unsigned Unit) { in getRegUnit()
394 LiveRange *getCachedRegUnit(unsigned Unit) { in getCachedRegUnit()
398 const LiveRange *getCachedRegUnit(unsigned Unit) const { in getCachedRegUnit()
H A DDIE.h447 const DwarfTypeUnit &Unit; variable
450 explicit DIETypeSignature(const DwarfTypeUnit &Unit) in DIETypeSignature()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp248 ASTUnit &Unit; member
316 ASTUnit *Unit = cxtu::getASTUnit(TU); in findMacroRefsInFile() local
342 ASTUnit &Unit; member
388 ASTUnit *Unit = cxtu::getASTUnit(TU); in findIncludesInFile() local
H A DCIndexDiagnostic.cpp212 unsigned clang_getNumDiagnostics(CXTranslationUnit Unit) { in clang_getNumDiagnostics()
222 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) { in clang_getDiagnostic()
239 CXDiagnosticSet clang_getDiagnosticSetFromTU(CXTranslationUnit Unit) { in clang_getDiagnosticSetFromTU()
H A DIndexing.cpp593 ASTUnit *Unit = ASTUnit::create(CInvok.get(), Diags, in clang_indexSourceFile_Impl() local
693 static void indexPreprocessingRecord(ASTUnit &Unit, IndexingContext &IdxCtx) { in indexPreprocessingRecord()
729 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IdxCtx) { in indexTranslationUnit()
788 ASTUnit *Unit = cxtu::getASTUnit(TU); in clang_indexTranslationUnit_Impl() local
H A DCIndex.cpp253 ASTUnit *Unit = cxtu::getASTUnit(TU); in visitFileRegion() local
302 ASTUnit *Unit = cxtu::getASTUnit(TU); in visitDeclsFromFileRegion() local
2961 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCommandLine( in clang_parseTranslationUnit_Impl() local
3141 ASTUnit *Unit = cxtu::getASTUnit(CTUnit); in clang_disposeTranslationUnit() local
6656 ASTUnit &Unit = *cxtu::getASTUnit(TU); in clang_getModuleForFile() local
7052 void cxindex::printDiagsToStderr(ASTUnit *Unit) { in printDiagsToStderr()
7081 ASTUnit *Unit = cxtu::getASTUnit(TU); in getMacroInfo() local
7118 ASTUnit *Unit = cxtu::getASTUnit(TU); in checkForMacroInMacroDefinition() local
7155 ASTUnit *Unit = cxtu::getASTUnit(TU); in checkForMacroInMacroDefinition() local
7177 if (ASTUnit *Unit = cxtu::getASTUnit(TU)) { in operator <<() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp48 std::unique_ptr<ASTUnit> Unit = ASTUnit::LoadFromASTFile( in ExecuteAction() local
H A DASTUnit.cpp827 ASTUnit &Unit; member in __anonf211e7840311::TopLevelDeclTrackerConsumer
886 ASTUnit &Unit; member in __anonf211e7840311::TopLevelDeclTrackerAction
907 ASTUnit &Unit; member in __anonf211e7840311::PrecompilePreambleAction
911 explicit PrecompilePreambleAction(ASTUnit &Unit) in PrecompilePreambleAction()
926 ASTUnit &Unit; member in __anonf211e7840311::PrecompilePreambleConsumer
932 PrecompilePreambleConsumer(ASTUnit &Unit, PrecompilePreambleAction *Action, in PrecompilePreambleConsumer()
1724 ASTFrontendAction *Action, ASTUnit *Unit, bool Persistent, in LoadFromCompilerInvocationAction()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dpassmgr_builder_ocaml.c47 CAMLprim value llvm_pmbuilder_create(value Unit) { in llvm_pmbuilder_create()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c31 CAMLprim value llvm_ee_initialize(value Unit) { in llvm_ee_initialize()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c164 CAMLprim value llvm_target_default_triple(value Unit) { in llvm_target_default_triple()
173 CAMLprim value llvm_target_first(value Unit) { in llvm_target_first()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp266 std::unique_ptr<ASTUnit> Unit( in checkForManualIssues() local
539 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCompilerInvocationAction( in applyTransform() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp838 static DICompositeType CreateFunctionType(unsigned NumArgs, DIFile Unit) { in CreateFunctionType()
1226 DIFile Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(), in Codegen() local
1250 DIFile Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(), in CreateArgumentAllocas() local
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp30 const DWARFUnit *Unit, in findUnitAndExtractFast()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c54 CAMLprim value llvm_reset_fatal_error_handler(value Unit) { in llvm_reset_fatal_error_handler()
60 CAMLprim value llvm_enable_pretty_stacktrace(value Unit) { in llvm_enable_pretty_stacktrace()
121 CAMLprim LLVMContextRef llvm_create_context(value Unit) { in llvm_create_context()
132 CAMLprim LLVMContextRef llvm_global_context(value Unit) { in llvm_global_context()
2288 CAMLprim LLVMMemoryBufferRef llvm_memorybuffer_of_stdin(value Unit) { in llvm_memorybuffer_of_stdin()
2332 CAMLprim LLVMPassManagerRef llvm_passmanager_create(value Unit) { in llvm_passmanager_create()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h961 unsigned Unit; variable
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp206 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { in hasRegUnit()
391 unsigned Unit = RegBank.newRegUnit(this, AR); in computeSubRegs() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp505 DwarfCompileUnit *Unit = lookupUnit(VariableDie->getUnit()); in finishVariableDefinitions() local