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

123

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp988 .addImm(ARMCC::AL).addReg(0);
1366 .addImm(ARMCC::AL).addReg(0);
1459 if (CC != ARMCC::AL)
1465 assert(!isThumb || getITInstrPredicate(MI, PredReg) == ARMCC::AL));
1750 .addImm(ARMCC::AL).addReg(0);
1932 if (Pred == ARMCC::AL &&
2270 .addImm(ARMCC::AL).addReg(0);
H A DARMBaseInstrInfo.cpp415 BuildMI(&MBB, DL, get(BOpc)).addMBB(TBB).addImm(ARMCC::AL).addReg(0);
428 BuildMI(&MBB, DL, get(BOpc)).addMBB(FBB).addImm(ARMCC::AL).addReg(0);
447 if (PIdx != -1 && I->getOperand(PIdx).getImm() != ARMCC::AL)
454 return PIdx != -1 && MI->getOperand(PIdx).getImm() != ARMCC::AL;
491 case ARMCC::AL:
1722 if (P == ARMCC::AL && CmpMI->getOperand(1).getImm() == 0 &&
1774 /// condition, otherwise returns AL. It also returns the condition code
1781 return ARMCC::AL;
1810 // MOVCC AL can't be inverted. Shouldn't happen.
1811 if (CC == ARMCC::AL || PredRe
[all...]
H A DARMLoadStoreOptimizer.cpp687 if (Pred != ARMCC::AL)
1638 ARMCC::CondCodes CurrPred = ARMCC::AL;
1736 CurrPred = ARMCC::AL;
2154 ARMCC::CondCodes Pred = ARMCC::AL;
2253 if (getInstrPredicate(MI, PredReg) != ARMCC::AL)
H A DARMExpandPseudoInsts.cpp780 MIB.addImm(ARMCC::AL).addReg(0);
921 FramePtr, -NumBytes, ARMCC::AL, 0, *TII);
927 FramePtr, -NumBytes, ARMCC::AL, 0,
983 .addImm((unsigned)ARMCC::AL).addReg(0)
H A DARMBaseRegisterInfo.cpp758 ? ARMCC::AL : (ARMCC::CondCodes)MI.getOperand(PIdx).getImm();
H A DARMFastISel.cpp1205 // AL is our "false" for now. The other two need more compares.
1206 return ARMCC::AL;
1269 if (ARMPred == ARMCC::AL) return false;
1482 if (ARMPred == ARMCC::AL) return false;
2703 // Predicate, if any, is AL.
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp1241 const AttributeList *AL = Attrs.getList(); local
1242 if (OnDefinition && AL && !AL->isCXX11Attribute() &&
1243 AL->isKnownToGCC())
1400 AttributeList *AL = PA.getList(); local
1402 while (AL) {
1403 AttributeList *Next = AL->getNext();
1407 if (AL->getKind() == AttributeList::AT_Aligned &&
1408 AL->isDeclspecAttribute()) {
1410 AL
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h373 AL = 1, member in class:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::PDB_RegisterId
/freebsd-11.0-release/sys/boot/i386/cdboot/
H A Dcdboot.S506 # Convert AL to hex, saving the result to [EDI].
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp955 const ActionList *AL; local
959 AL = &CHA->getDeviceActions();
961 AL = &A->getInputs();
963 if (AL->size()) {
965 for (Action *PreRequisite : *AL) {
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp310 if (Reg != X86::AL && Reg != X86::AX && Reg != X86::EAX && Reg != X86::RAX)
329 if (Op0 == X86::AX && Op1 == X86::AL)
371 if (Reg != X86::AL && Reg != X86::AX && Reg != X86::EAX && Reg != X86::RAX)
H A DX86FastISel.cpp1631 { X86::IDIV8r, 0, X86::MOVSX16rr8, X86::AL, S }, // SDiv
1633 { X86::DIV8r, 0, X86::MOVZX16rr8, X86::AL, U }, // UDiv
2612 static const unsigned Reg[] = { X86::AL, X86::AX, X86::EAX, X86::RAX };
2624 // Copy the first operand into AL, which is an implicit input to the
2627 TII.get(TargetOpcode::COPY), X86::AL)
3085 X86::AL).addImm(NumXMMRegs);
3152 MIB.addReg(X86::AL, RegState::Implicit);
H A DX86ISelDAGToDAG.cpp2402 SDValue InFlag = CurDAG->getCopyToReg(CurDAG->getEntryNode(), dl, X86::AL,
2421 case MVT::i8: LoReg = X86::AL; Opc = X86::MUL8r; break;
2472 SrcReg = LoReg = X86::AL; HiReg = X86::AH;
2621 LoReg = X86::AL; ClrReg = HiReg = X86::AH;
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp96 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_RegisterId, AL, OS)
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h77 ENTRY(AL) \
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2105 // AL is our "false" for now. The other two need more compares.
2106 return AArch64CC::AL;
2310 AArch64CC::CondCode ExtraCC = AArch64CC::AL;
2323 assert((CC != AArch64CC::AL) && "Unexpected condition code.");
2326 if (ExtraCC != AArch64CC::AL) {
2487 assert((CC != AArch64CC::AL) && "Unexpected condition code.");
2591 AArch64CC::CondCode ExtraCC = AArch64CC::AL;
2649 assert((CC != AArch64CC::AL) && "Unexpected condition code.");
2675 if (ExtraCC != AArch64CC::AL) {
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h208 AL = 0xe, // Always (unconditional) Always (unconditional) enumerator in enum:llvm::AArch64CC::CondCode
231 case AL: return "al";
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1686 unsigned RegNum = getCondCode() == ARMCC::AL ? 0: ARM::CPSR;
3194 .Case("al", ARMCC::AL)
4656 // outside IT blocks we can only have unconditional branches with AL
4657 // condition code or conditional branches with non-AL condition code
4662 Inst.setOpcode(Cond == ARMCC::AL ? ARM::tB : ARM::tBcc);
4666 Inst.setOpcode(Cond == ARMCC::AL ? ARM::t2B : ARM::t2Bcc);
5248 PredicationCode = ARMCC::AL;
5294 .Case("al", ARMCC::AL)
5705 if (isThumbOne() && PredicationCode != ARMCC::AL && Mnemonic != "b") {
5759 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) {
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h735 void addAttributes(AttributeList *AL) { argument
736 Attrs.addAll(AL);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp402 void mangleTemplateArgs(const TemplateArgumentList &AL);
3670 void CXXNameMangler::mangleTemplateArgs(const TemplateArgumentList &AL) {
3673 for (unsigned i = 0, e = AL.size(); i != e; ++i)
3674 mangleTemplateArg(AL[i]);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp3067 TemplateArgumentLoc &AL,
3069 const TemplateArgument &Arg = AL.getArgument();
3080 TSI = AL.getTypeSourceInfo();
3085 SourceRange SR = AL.getSourceRange();
3123 SourceLocation Loc = AL.getSourceRange().getBegin();
3143 AL = TemplateArgumentLoc(TemplateArgument(ArgType),
3154 SourceRange SR = AL.getSourceRange();
3066 CheckTemplateTypeArgument(TemplateTypeParmDecl *Param, TemplateArgumentLoc &AL, SmallVectorImpl<TemplateArgument> &Converted) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp40 unsigned CC = ARMCC::AL;
627 // assume a predicate of AL.
631 CC = ARMCC::AL;
643 if (CC == ARMCC::AL)
653 if (CC == ARMCC::AL)
679 if (CC == ARMCC::AL)
1106 // AL predicate is not allowed on Thumb1 branches.
1110 if (Val == ARMCC::AL) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1359 auto AL = ApplyDebugLocation::CreateArtificial(*this); local
1533 auto AL = ApplyDebugLocation::CreateArtificial(*this); local
/freebsd-11.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S315 # Display a single char at [AL], but don't move a cursor.
713 # Convert AL to hex, saving the result to [EDI].
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp1003 else if (CC != ARMCC::AL)

Completed in 357 milliseconds

123