Searched refs:AL (Results 101 - 105 of 105) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2854 auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF); local
2957 auto AL = ApplyDebugLocation::CreateArtificial(CtorCGF); local
2997 auto AL = ApplyDebugLocation::CreateArtificial(DtorCGF); local
H A DCGBuiltin.cpp1258 auto AL = ApplyDebugLocation::CreateArtificial(*this);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4663 for (const ParsedAttr &AL : DS.getAttributes())
4664 Diag(AL.getLoc(), diag::warn_declspec_attribute_ignored)
4665 << AL << GetDiagnosticTypeSpecifierID(TypeSpecType);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1511 /// getAL - Returns a ARMCC::AL immediate node.
1513 return CurDAG->getTargetConstant((uint64_t)ARMCC::AL, dl, MVT::i32);
4012 // AL as a predicate to mrrc2 but it doesn't make any difference to the encoded instruction.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3556 unsigned AL = MF.addLiveIn(X86::AL, &X86::GR8RegClass);
3557 ALVal = DAG.getCopyFromReg(Chain, dl, AL, MVT::i8);
3645 // Forward AL for SysV x86_64 targets, since it is used for varargs.
3646 if (Is64Bit && !IsWin64 && !CCInfo.isAllocated(X86::AL)) {
3647 unsigned ALVReg = MF.addLiveIn(X86::AL, &X86::GR8RegClass);
3648 Forwards.push_back(ForwardedRegister(ALVReg, X86::AL, MVT::i8));
4073 RegsToPass.push_back(std::make_pair(unsigned(X86::AL),
[all...]

Completed in 466 milliseconds

12345