Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JuliaHubOSS/llvm-cbe
/ functions
Functions
380 in github.com/JuliaHubOSS/llvm-cbe
⨍
Functions
380
◇
Types & classes
30
↳
Endpoints
2
Function
__atomic_exchange_1
runtime/windows/atomics.c:44
Function
__atomic_exchange_2
runtime/windows/atomics.c:48
Function
__atomic_exchange_4
runtime/windows/atomics.c:52
Function
__atomic_exchange_8
runtime/windows/atomics.c:56
Function
__atomic_fetch_add_1
runtime/windows/atomics.c:80
Function
__atomic_fetch_add_2
runtime/windows/atomics.c:84
Function
__atomic_fetch_add_4
runtime/windows/atomics.c:88
Function
__atomic_fetch_add_8
runtime/windows/atomics.c:92
Function
__atomic_fetch_and_1
runtime/windows/atomics.c:112
Function
__atomic_fetch_and_2
runtime/windows/atomics.c:116
Function
__atomic_fetch_and_4
runtime/windows/atomics.c:120
Function
__atomic_fetch_and_8
runtime/windows/atomics.c:124
Function
__atomic_fetch_or_1
runtime/windows/atomics.c:128
Function
__atomic_fetch_or_2
runtime/windows/atomics.c:132
Function
__atomic_fetch_or_4
runtime/windows/atomics.c:136
Function
__atomic_fetch_or_8
runtime/windows/atomics.c:140
Function
__atomic_fetch_sub_1
runtime/windows/atomics.c:96
Function
__atomic_fetch_sub_2
runtime/windows/atomics.c:100
Function
__atomic_fetch_sub_4
runtime/windows/atomics.c:104
Function
__atomic_fetch_sub_8
runtime/windows/atomics.c:108
Function
__atomic_fetch_xor_1
runtime/windows/atomics.c:144
Function
__atomic_fetch_xor_2
runtime/windows/atomics.c:148
Function
__atomic_fetch_xor_4
runtime/windows/atomics.c:152
Function
__atomic_fetch_xor_8
runtime/windows/atomics.c:156
Function
__atomic_load_1
runtime/windows/atomics.c:11
Function
__atomic_load_2
runtime/windows/atomics.c:15
Function
__atomic_load_4
runtime/windows/atomics.c:20
Function
__atomic_load_8
runtime/windows/atomics.c:24
Function
__atomic_store_1
runtime/windows/atomics.c:28
Function
__atomic_store_2
runtime/windows/atomics.c:32
Function
__atomic_store_4
runtime/windows/atomics.c:36
Function
__atomic_store_8
runtime/windows/atomics.c:40
Function
a
test/c_tests/functions/test_function_ptr_select.c:1
Function
b
test/c_tests/functions/test_function_ptr_select.c:6
Function
call1
test/c_tests/functions/test_nested_function_ptr_argument.c:17
Function
call1
test/c_tests/functions/test_casted_nested_function_ptr_argument.c:17
Method
canDeclareLocalLate
lib/Target/CBackend/CBackend.cpp:3697
Function
collect_tests
(base_dir, extensions)
test/test_cbe.py:148
Method
declareOneGlobalVariable
lib/Target/CBackend/CBackend.cpp:3423
Method
doFinalization
lib/Target/CBackend/CBackend.cpp:2386
Method
doInitialization
lib/Target/CBackend/CBackend.cpp:2373
Method
enableAtomicExpand
lib/Target/CBackend/CTargetMachine.cpp:55
Method
errorWithMessage
lib/Target/CBackend/CBackend.cpp:5846
Method
exc1
test/cpp_tests/test_multiple_exception_handlers.cpp:5
Method
exc2
test/cpp_tests/test_multiple_exception_handlers.cpp:11
Method
f1
test/cpp_tests/test_virtual_function_calls.cpp:7
Method
f2
test/cpp_tests/test_virtual_function_calls.cpp:8
Method
forwardDeclareStructs
lib/Target/CBackend/CBackend.cpp:3634
Method
generateCompilerSpecificCode
generateCompilerSpecificCode - This is where we add conditional compilation directives to cater to specific compilers as need be.
lib/Target/CBackend/CBackend.cpp:2327
Method
generateHeader
lib/Target/CBackend/CBackend.cpp:2431
Method
getAnalysisUsage
lib/Target/CBackend/CBackend.h:181
Method
getArrayName
lib/Target/CBackend/CBackend.cpp:360
Method
getFunctionName
lib/Target/CBackend/CBackend.cpp:355
Method
getPassName
lib/Target/CBackend/CBackend.h:179
Method
getStructName
lib/Target/CBackend/CBackend.cpp:346
Method
getSubtargetImpl
lib/Target/CBackend/CTargetMachine.cpp:50
Method
getTargetLowering
lib/Target/CBackend/CTargetMachine.cpp:57
Method
getTypeName
unittests/TypeNameTest.cpp:10
Method
getVectorName
lib/Target/CBackend/CBackend.cpp:371
Function
get_test_name_from_filename
(test_path)
test/test_cbe.py:155
Method
headerUseFCmpOp
lib/Target/CBackend/CBackend.cpp:490
Method
isDirectAlloca
isDirectAlloca - Define fixed sized allocas in the entry block as direct variables which are accessed with the & operator. This causes GCC to generat
lib/Target/CBackend/CBackend.cpp:221
Method
isEmptyType
lib/Target/CBackend/CBackend.cpp:159
Method
isGotoCodeNecessary
lib/Target/CBackend/CBackend.cpp:4013
Method
isInlinableInst
isInlinableInst - Attempt to inline instructions into their uses to build trees as much as possible. To do this, we have to consistently decide what
lib/Target/CBackend/CBackend.cpp:193
Method
isInlineAsm
isInlineAsm - Check if the instruction is a call to an inline asm chunk.
lib/Target/CBackend/CBackend.cpp:233
Method
isStandardMain
C compilers are pedantic about the exact type of main(), and this is usually an error rather than a warning. Since the C backend emits unsigned or exp
lib/Target/CBackend/CBackend.cpp:740
Method
lowerIntrinsics
lib/Target/CBackend/CBackend.cpp:4864
Function
main
main - Entry point for the llc compiler.
tools/llvm-cbe/llvm-cbe.cpp:168
Function
main
test/cpp_tests/test_virtual_function_calls.cpp:15
Function
main
test/cpp_tests/test_multiple_exception_handlers.cpp:15
Function
main
test/cpp_tests/test_dtor_called_when_unwinding.cpp:12
Function
main
test/cpp_tests/test_ctor.cpp:7
Function
main
test/cpp_tests/test_is_constant.cpp:8
Function
main
test/cpp_tests/test_my_exception.cpp:9
Function
main
test/cpp_tests/test_std_exception.cpp:5
Function
main
test/cpp_tests/test_dtor.cpp:8
Function
main
test/cpp_tests/test_exception_from_ctor.cpp:10
Function
main
test/c_tests/statements/test_simple_for_loop.c:15
Function
main
test/c_tests/statements/test_simple_if_stmt.c:15
Function
main
test/c_tests/statements/test_simple_switch_stmt.c:15
Function
main
test/c_tests/statements/test_nested_switch_stmt.c:15
Function
main
test/c_tests/statements/test_simple_if_else_use_else.c:15
Function
main
test/c_tests/statements/test_simple_if_else.c:15
Function
main
test/c_tests/statements/test_break_stmt.c:15
Function
main
test/c_tests/statements/test_nested_for_loop.c:15
Function
main
test/c_tests/statements/test_goto_stmt.c:15
Function
main
test/c_tests/statements/test_simple_do_while.c:15
Function
main
test/c_tests/statements/test_simple_while_loop.c:15
Function
main
test/c_tests/statements/test_nested_while_loop.c:15
Function
main
test/c_tests/operators/test_subtract_int_vars.c:16
Function
main
test/c_tests/operators/test_postincrement.c:15
Function
main
test/c_tests/operators/test_logical_and.c:16
Function
main
test/c_tests/operators/test_compound_modulus_assign.c:16
Function
main
test/c_tests/operators/test_greater_than_or_equal.c:16
Function
main
test/c_tests/operators/test_modulus_int_vars.c:15
Function
main
test/c_tests/operators/test_multiply_int_vars.c:15
Function
main
test/c_tests/operators/test_compound_bitwise_and_assign.c:16
Function
main
test/c_tests/operators/test_bitwise_and.c:16
Function
main
test/c_tests/operators/test_not_equal_operator.c:16
← previous
next →
101–200 of 380, ranked by callers