Searched refs:AL (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp688 if (ARMCC::CondCodes(MCOp1.getImm()) != ARMCC::AL)
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1081 CondCode2 = AArch64CC::AL;
1329 SDValue CCOp = SDValue(), AArch64CC::CondCode Predicate = AArch64CC::AL,
1351 if (ExtraCC != AArch64CC::AL) {
3699 if (CC2 != AArch64CC::AL) {
3865 if (CC2 == AArch64CC::AL) {
4021 if (CC2 != AArch64CC::AL) {
6710 if (CC2 != AArch64CC::AL) {
9356 case AArch64CC::AL:
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm1067 @ the sign bit into all of AL. That's not what we want...
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp330 ApplyDebugLocation AL(*this, Loc);
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp200 Reg == X86::AH || Reg == X86::AL)
H A DX86InstrInfo.cpp4438 // - Save the overflow flag OF into AL using SETO, and restore it using a
4439 // signed 8-bit addition of AL and INT8_MAX.
4475 BuildMI(MBB, MI, DL, get(X86::SETOr), X86::AL);
4481 BuildMI(MBB, MI, DL, get(X86::ADD8ri), X86::AL)
4482 .addReg(X86::AL)
H A DX86ISelLowering.cpp2847 unsigned AL = MF.addLiveIn(X86::AL, &X86::GR8RegClass); local
2848 ALVal = DAG.getCopyFromReg(Chain, dl, AL, MVT::i8);
2937 // Conservatively forward AL on x86_64, since it might be used for varargs.
2938 if (Is64Bit && !CCInfo.isAllocated(X86::AL)) {
2939 unsigned ALVReg = MF.addLiveIn(X86::AL, &X86::GR8RegClass);
2940 Forwards.push_back(ForwardedRegister(ALVReg, X86::AL, MVT::i8));
3320 RegsToPass.push_back(std::make_pair(unsigned(X86::AL),
19556 case MVT::i8: Reg = X86::AL; size = 1; break;
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2367 .Case("al", AArch64CC::AL)
2388 if (CC == AArch64CC::AL || CC == AArch64CC::NV)
2389 return TokError("condition codes AL and NV are invalid for this instruction");
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1331 CondCode2 = ARMCC::AL;
3747 if (CondCode2 != ARMCC::AL) {
3925 if (CondCode2 != ARMCC::AL) {
7908 .addImm((unsigned)ARMCC::AL).addReg(0)
7922 .addImm((unsigned)ARMCC::AL).addReg(0)
8197 .addImm(0).addImm((unsigned)ARMCC::AL).addReg(0).addReg(0);
H A DARMISelDAGToDAG.cpp1470 /// getAL - Returns a ARMCC::AL immediate node.
1472 return CurDAG->getTargetConstant((uint64_t)ARMCC::AL, dl, MVT::i32);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2930 void ProcessDeclAttributeList(Scope *S, Decl *D, const AttributeList *AL,

Completed in 319 milliseconds

123