Home
last modified time | relevance | path

Searched refs:LLVMBool (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h60 LLVMBool VerifyEach);
66 LLVMBool DebugLogging);
69 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving);
72 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization);
75 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization);
78 LLVMBool LoopUnrolling);
81 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll);
90 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile);
93 LLVMBool MergeFunctions);
H A DPassManagerBuilder.h48 LLVMBool Value);
53 LLVMBool Value);
58 LLVMBool Value);
78 LLVMBool Internalize,
79 LLVMBool RunInliner);
H A DIPO.h82 LLVMBool (*MustPreserve)(LLVMValueRef, void *));
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h46 LLVMBool NoFramePointerElim;
47 LLVMBool EnableFastISel;
55 LLVMBool IsSigned);
64 LLVMBool IsSigned);
82 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
107 LLVMBool LLVMCreateMCJITCompilerForModule(
130 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
133 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
154 LLVMBool LLVMExecutionEngineGetErrMsg(LLVMExecutionEngineRef EE,
164 const char *SectionName, LLVMBool IsReadOnly);
[all …]
H A DBitReader.h39 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
44 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf,
48 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
52 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
60 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
66 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
71 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
74 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
H A DTargetMachine.h76 LLVMBool LLVMGetTargetFromTriple(const char* Triple, LLVMTargetRef *T,
86 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T);
89 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T);
92 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T);
127 LLVMBool VerboseAsm);
132 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
136 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
H A DCore.h1113 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
1307 LLVMBool Packed);
1715 LLVMBool LLVMIsConstant(LLVMValueRef Val);
1720 LLVMBool LLVMIsUndef(LLVMValueRef Val);
1725 LLVMBool LLVMIsPoison(LLVMValueRef Val);
1897 LLVMBool LLVMIsNull(LLVMValueRef Val);
2043 LLVMBool LLVMIsConstantString(LLVMValueRef c);
2209 LLVMBool HasSideEffects, LLVMBool IsAlignStack);
3491 LLVMBool LLVMIsInBounds(LLVMValueRef GEP);
4158 LLVMBool LLVMStartMultithreaded(void);
[all …]
H A DObject.h138 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR,
159 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR,
177 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
183 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section,
215 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,
222 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
H A DDebugInfo.h203 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef Module);
264 LLVMBool isOptimized, const char *Flags, size_t FlagsLen,
267 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
317 LLVMBool ExportSymbols);
341 LLVMBool IsLocalToUnit, LLVMBool IsDefinition,
342 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized);
587 LLVMBool IsUnsigned);
1125 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
1217 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
1298 LLVMBool AlwaysPreserve, LLVMDIFlags Flags, uint32_t AlignInBits);
[all …]
H A DTarget.h131 static inline LLVMBool LLVMInitializeNativeTarget(void) { in LLVMInitializeNativeTarget()
146 static inline LLVMBool LLVMInitializeNativeAsmParser(void) { in LLVMInitializeNativeAsmParser()
158 static inline LLVMBool LLVMInitializeNativeAsmPrinter(void) { in LLVMInitializeNativeAsmPrinter()
170 static inline LLVMBool LLVMInitializeNativeDisassembler(void) { in LLVMInitializeNativeDisassembler()
H A DAnalysis.h44 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
49 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
H A DLinker.h34 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
H A DIRReader.h31 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
H A DSupport.h29 LLVMBool LLVMLoadLibraryPermanently(const char* Filename);
H A DTypes.h28 typedef int LLVMBool; typedef
H A DRemarks.h309 extern LLVMBool LLVMRemarkParserHasError(LLVMRemarkParserRef Parser);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp87 LLVMBool VerifyEach) { in LLVMPassBuilderOptionsSetVerifyEach()
92 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging()
97 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving()
102 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization) { in LLVMPassBuilderOptionsSetLoopVectorization()
107 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization) { in LLVMPassBuilderOptionsSetSLPVectorization()
112 LLVMBool LoopUnrolling) { in LLVMPassBuilderOptionsSetLoopUnrolling()
117 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll) { in LLVMPassBuilderOptionsSetForgetAllSCEVInLoopUnroll()
133 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile()
138 LLVMBool MergeFunctions) { in LLVMPassBuilderOptionsSetMergeFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp24 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode()
30 LLVMBool LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, in LLVMParseBitcode2()
35 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext()
58 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2()
78 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext()
105 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2()
124 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule()
130 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, in LLVMGetBitcodeModule2()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp66 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple()
90 LLVMBool LLVMTargetHasJIT(LLVMTargetRef T) { in LLVMTargetHasJIT()
94 LLVMBool LLVMTargetHasTargetMachine(LLVMTargetRef T) { in LLVMTargetHasTargetMachine()
98 LLVMBool LLVMTargetHasAsmBackend(LLVMTargetRef T) { in LLVMTargetHasAsmBackend()
177 LLVMBool VerboseAsm) { in LLVMSetTargetMachineAsmVerbosity()
185 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit()
219 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile()
232 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, in LLVMTargetMachineEmitToMemoryBuffer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
103 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, in LLVMCreateExecutionEngineForModule()
118 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule()
133 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule()
160 LLVMBool LLVMCreateMCJITCompilerForModule( in LLVMCreateMCJITCompilerForModule()
261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
269 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
311 LLVMBool LLVMExecutionEngineGetErrMsg(LLVMExecutionEngineRef EE, in LLVMExecutionEngineGetErrMsg()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp99 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
105 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
120 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
121 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp200 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A) { in LLVMIsEnumAttribute()
539 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty) in LLVMTypeIsSized()
1077 LLVMBool LLVMIsConstant(LLVMValueRef Ty) { in LLVMIsConstant()
1081 LLVMBool LLVMIsNull(LLVMValueRef Val) { in LLVMIsNull()
1087 LLVMBool LLVMIsUndef(LLVMValueRef Val) { in LLVMIsUndef()
1091 LLVMBool LLVMIsPoison(LLVMValueRef Val) { in LLVMIsPoison()
2921 LLVMBool LLVMIsTailCall(LLVMValueRef Call) { in LLVMIsTailCall()
2999 LLVMBool LLVMIsInBounds(LLVMValueRef GEP) { in LLVMIsInBounds()
4118 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange()
4190 LLVMBool LLVMStartMultithreaded() { in LLVMStartMultithreaded()
[all …]
H A DDebugInfo.cpp900 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef M) { in LLVMStripModuleDebugInfo()
915 LLVMBool isOptimized, const char *Flags, size_t FlagsLen, in LLVMDIBuilderCreateCompileUnit()
918 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit()
956 LLVMBool ExportSymbols) { in LLVMDIBuilderCreateNameSpace()
965 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction()
966 unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) { in LLVMDIBuilderCreateFunction()
1115 LLVMBool IsUnsigned) { in LLVMDIBuilderCreateEnumerator()
1447 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateGlobalVariableExpression()
1497 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl()
1551 LLVMBool AlwaysPreserve, LLVMDIFlags Flags, uint32_t AlignInBits) { in LLVMDIBuilderCreateAutoVariable()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp157 LLVMBool LLVMObjectFileIsSectionIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSectionIteratorAtEnd()
171 LLVMBool LLVMObjectFileIsSymbolIteratorAtEnd(LLVMBinaryRef BR, in LLVMObjectFileIsSymbolIteratorAtEnd()
208 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd()
242 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
275 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol()
290 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, in LLVMIsRelocationIteratorAtEnd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp1273 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnitAtATime()
1279 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableUnrollLoops()
1286 LLVMBool Value) { in LLVMPassManagerBuilderSetDisableSimplifyLibCalls()
1315 LLVMBool Internalize, in LLVMPassManagerBuilderPopulateLTOPassManager()
1316 LLVMBool RunInliner) { in LLVMPassManagerBuilderPopulateLTOPassManager()

12