Searched refs:SHL_I32 (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 33 SHL_I32, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 34 HANDLE_LIBCALL(SHL_I32, "__ashlsi3")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 34 HANDLE_LIBCALL(SHL_I32, "__ashlsi3")
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 436 TII.get(WebAssembly::SHL_I32), Left) in signExtendToI32()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 102 Table[RTLIB::SHL_I32] = i32_func_i32_i32; in RuntimeLibcallSignatureTable()
|
D | WebAssemblyFastISel.cpp | 499 TII.get(WebAssembly::SHL_I32), Left) in signExtendToI32()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 500 TII.get(WebAssembly::SHL_I32), Left) in signExtendToI32()
|
D | WebAssemblyRuntimeLibcallSignatures.cpp | 103 Table[RTLIB::SHL_I32] = i32_func_i32_i32; in RuntimeLibcallSignatureTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 244 { RTLIB::SHL_I32, "__mspabi_slll", ISD::SETCC_INVALID }, in MSP430TargetLowering()
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 243 { RTLIB::SHL_I32, "__mspabi_slll", ISD::SETCC_INVALID }, in MSP430TargetLowering()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 62 Names[RTLIB::SHL_I32] = "__ashlsi3"; in InitLibcallNames()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2384 LC = RTLIB::SHL_I32; in ExpandIntRes_Shift()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 3376 LC = RTLIB::SHL_I32; in ExpandIntRes_Shift()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 3741 LC = RTLIB::SHL_I32; in ExpandIntRes_Shift()
|