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

12345

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp210 Reg == X86::AH || Reg == X86::AL)
H A DX86ISelLowering.cpp3445 Register AL = TheMachineFunction.addLiveIn(X86::AL, &X86::GR8RegClass);
3446 ALVal = DAG.getCopyFromReg(Chain, DL, AL, MVT::i8);
3518 // Forward AL for SysV x86_64 targets, since it is used for varargs.
3519 if (is64Bit() && !isWin64() && !CCInfo.isAllocated(X86::AL)) {
3520 Register ALVReg = TheMachineFunction.addLiveIn(X86::AL, &X86::GR8RegClass);
3521 Forwards.push_back(ForwardedRegister(ALVReg, X86::AL, MVT::i8));
4144 RegsToPass.push_back(std::make_pair(Register(X86::AL),
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3995 auto AL = ApplyDebugLocation::CreateArtificial(CGF); local
H A DCGBuiltin.cpp1286 auto AL = ApplyDebugLocation::CreateArtificial(*this);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4795 for (const ParsedAttr &AL : DS.getAttributes())
4796 Diag(AL.getLoc(), diag::warn_declspec_attribute_ignored)
4797 << AL << GetDiagnosticTypeSpecifierID(TypeSpecType);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10761 Align AL = cast<AssertAlignSDNode>(N)->getAlign(); local
10768 std::max(AL, AAN->getAlign()));
10778 unsigned AlignShift = Log2(AL);
10785 LHS = DAG.getAssertAlign(DL, LHS, AL);
10787 RHS = DAG.getAssertAlign(DL, RHS, AL);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1558 /// getAL - Returns a ARMCC::AL immediate node.
1560 return CurDAG->getTargetConstant((uint64_t)ARMCC::AL, dl, MVT::i32);
4298 // AL as a predicate to mrrc2 but it doesn't make any difference to the encoded instruction.

Completed in 422 milliseconds

12345