Searched refs:AL2 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 114 AttributeList AL2; in generateCrashCode() local 117 FunctionType::get(IRB.getVoidTy(), Args2, false), AL2); in generateCrashCode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsScheduleP5600.td | 156 // AL2 Pipeline 208 // Either ALU or AL2 Pipelines 211 // Some instructions can choose between ALU and AL2, but once dispatched to
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedMIPSP8700.td | 12 // - 2 Integer Arithmetic and Logical Units (ALU and AL2)
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 2858 AttributeList AL2; in initializeCallbacks() local 2865 AL2 = AL2.addParamAttribute(*C, 2, AK); in initializeCallbacks() 2871 FunctionType::get(IRB.getVoidTy(), Args2, false), AL2); in initializeCallbacks() 2875 FunctionType::get(IRB.getVoidTy(), Args2, false), AL2); in initializeCallbacks()
|