MCPcopy Create free account

hub / github.com/JuliaHubOSS/llvm-cbe / functions

Functions380 in github.com/JuliaHubOSS/llvm-cbe

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
Functiona
test/c_tests/functions/test_function_ptr_select.c:1
Functionb
test/c_tests/functions/test_function_ptr_select.c:6
Functioncall1
test/c_tests/functions/test_nested_function_ptr_argument.c:17
Functioncall1
test/c_tests/functions/test_casted_nested_function_ptr_argument.c:17
MethodcanDeclareLocalLate
lib/Target/CBackend/CBackend.cpp:3697
Functioncollect_tests
(base_dir, extensions)
test/test_cbe.py:148
MethoddeclareOneGlobalVariable
lib/Target/CBackend/CBackend.cpp:3423
MethoddoFinalization
lib/Target/CBackend/CBackend.cpp:2386
MethoddoInitialization
lib/Target/CBackend/CBackend.cpp:2373
MethodenableAtomicExpand
lib/Target/CBackend/CTargetMachine.cpp:55
MethoderrorWithMessage
lib/Target/CBackend/CBackend.cpp:5846
Methodexc1
test/cpp_tests/test_multiple_exception_handlers.cpp:5
Methodexc2
test/cpp_tests/test_multiple_exception_handlers.cpp:11
Methodf1
test/cpp_tests/test_virtual_function_calls.cpp:7
Methodf2
test/cpp_tests/test_virtual_function_calls.cpp:8
MethodforwardDeclareStructs
lib/Target/CBackend/CBackend.cpp:3634
MethodgenerateCompilerSpecificCode
generateCompilerSpecificCode - This is where we add conditional compilation directives to cater to specific compilers as need be.
lib/Target/CBackend/CBackend.cpp:2327
MethodgenerateHeader
lib/Target/CBackend/CBackend.cpp:2431
MethodgetAnalysisUsage
lib/Target/CBackend/CBackend.h:181
MethodgetArrayName
lib/Target/CBackend/CBackend.cpp:360
MethodgetFunctionName
lib/Target/CBackend/CBackend.cpp:355
MethodgetPassName
lib/Target/CBackend/CBackend.h:179
MethodgetStructName
lib/Target/CBackend/CBackend.cpp:346
MethodgetSubtargetImpl
lib/Target/CBackend/CTargetMachine.cpp:50
MethodgetTargetLowering
lib/Target/CBackend/CTargetMachine.cpp:57
MethodgetTypeName
unittests/TypeNameTest.cpp:10
MethodgetVectorName
lib/Target/CBackend/CBackend.cpp:371
Functionget_test_name_from_filename
(test_path)
test/test_cbe.py:155
MethodheaderUseFCmpOp
lib/Target/CBackend/CBackend.cpp:490
MethodisDirectAlloca
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
MethodisEmptyType
lib/Target/CBackend/CBackend.cpp:159
MethodisGotoCodeNecessary
lib/Target/CBackend/CBackend.cpp:4013
MethodisInlinableInst
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
MethodisInlineAsm
isInlineAsm - Check if the instruction is a call to an inline asm chunk.
lib/Target/CBackend/CBackend.cpp:233
MethodisStandardMain
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
MethodlowerIntrinsics
lib/Target/CBackend/CBackend.cpp:4864
Functionmain
main - Entry point for the llc compiler.
tools/llvm-cbe/llvm-cbe.cpp:168
Functionmain
test/cpp_tests/test_virtual_function_calls.cpp:15
Functionmain
test/cpp_tests/test_multiple_exception_handlers.cpp:15
Functionmain
test/cpp_tests/test_dtor_called_when_unwinding.cpp:12
Functionmain
test/cpp_tests/test_ctor.cpp:7
Functionmain
test/cpp_tests/test_is_constant.cpp:8
Functionmain
test/cpp_tests/test_my_exception.cpp:9
Functionmain
test/cpp_tests/test_std_exception.cpp:5
Functionmain
test/cpp_tests/test_dtor.cpp:8
Functionmain
test/cpp_tests/test_exception_from_ctor.cpp:10
Functionmain
test/c_tests/statements/test_simple_for_loop.c:15
Functionmain
test/c_tests/statements/test_simple_if_stmt.c:15
Functionmain
test/c_tests/statements/test_simple_switch_stmt.c:15
Functionmain
test/c_tests/statements/test_nested_switch_stmt.c:15
Functionmain
test/c_tests/statements/test_simple_if_else_use_else.c:15
Functionmain
test/c_tests/statements/test_simple_if_else.c:15
Functionmain
test/c_tests/statements/test_break_stmt.c:15
Functionmain
test/c_tests/statements/test_nested_for_loop.c:15
Functionmain
test/c_tests/statements/test_goto_stmt.c:15
Functionmain
test/c_tests/statements/test_simple_do_while.c:15
Functionmain
test/c_tests/statements/test_simple_while_loop.c:15
Functionmain
test/c_tests/statements/test_nested_while_loop.c:15
Functionmain
test/c_tests/operators/test_subtract_int_vars.c:16
Functionmain
test/c_tests/operators/test_postincrement.c:15
Functionmain
test/c_tests/operators/test_logical_and.c:16
Functionmain
test/c_tests/operators/test_compound_modulus_assign.c:16
Functionmain
test/c_tests/operators/test_greater_than_or_equal.c:16
Functionmain
test/c_tests/operators/test_modulus_int_vars.c:15
Functionmain
test/c_tests/operators/test_multiply_int_vars.c:15
Functionmain
test/c_tests/operators/test_compound_bitwise_and_assign.c:16
Functionmain
test/c_tests/operators/test_bitwise_and.c:16
Functionmain
test/c_tests/operators/test_not_equal_operator.c:16
← previousnext →101–200 of 380, ranked by callers