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

12345

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp439 .addDef(X86::AL)
441 MIB.addUse(X86::AL, RegState::Implicit);
H A DX86FixupBWInsts.cpp357 MI->getOperand(1).getReg() == X86::AL)
/freebsd-12-stable/sys/i386/i386/
H A Dbpf_jit_machdep.c304 MOVobb(EBX, ESI, AL);
386 MOVobb(EBX, ESI, AL);
/freebsd-12-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.c292 MOVobb(RCX, RSI, AL);
369 MOVobb(RCX, RSI, AL);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h298 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h586 void deallocate(ParsedAttr *AL);
809 return llvm::any_of(AttrList, [K](const ParsedAttr *AL) {
810 return AL->getParsedKind() == K;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1851 CondCode2 = ARMCC::AL;
3647 {ReturnAddress, DAG.getTargetConstant(ARMCC::AL, dl, PtrVT),
5083 if (CondCode2 != ARMCC::AL) {
5321 if (CondCode2 != ARMCC::AL) {
6216 unsigned Opc = ARMCC::AL;
9273 // CondCode2 != AL.
9280 if (CondCode2 != ARMCC::AL) {
9527 .add(predOps(ARMCC::AL));
9533 .add(predOps(ARMCC::AL))
9544 .add(predOps(ARMCC::AL));
[all...]
H A DARMLoadStoreOptimizer.cpp739 if (Pred != ARMCC::AL)
1776 ARMCC::CondCodes CurrPred = ARMCC::AL;
1873 CurrPred = ARMCC::AL;
1993 .add(predOps(ARMCC::AL))
2318 ARMCC::CondCodes Pred = ARMCC::AL;
2420 if (getInstrPredicate(MI, PredReg) != ARMCC::AL)
H A DARMFastISel.cpp291 MIB.add(predOps(ARMCC::AL));
1196 // AL is our "false" for now. The other two need more compares.
1197 return ARMCC::AL;
1259 if (ARMPred == ARMCC::AL) return false;
1476 if (ARMPred == ARMCC::AL) return false;
2269 MIB.add(predOps(ARMCC::AL));
2411 MIB.add(predOps(ARMCC::AL));
2713 // Predicate, if any, is AL.
2732 .add(predOps(ARMCC::AL));
2979 MIB.add(predOps(ARMCC::AL));
[all...]
H A DARMBaseRegisterInfo.cpp652 MIB.add(predOps(ARMCC::AL)).add(condCodeOp());
810 ? ARMCC::AL : (ARMCC::CondCodes)MI.getOperand(PIdx).getImm();
H A DARMBaseInstrInfo.h152 : ARMCC::AL;
452 // 2 - predicate code (like ARMCC::AL)
668 /// condition, otherwise returns AL. It also returns the condition code
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1688 for (const ParsedAttr &AL : Attrs) {
1689 if (!AL.isCXX11Attribute() && !AL.isC2xAttribute())
1691 if (AL.getKind() == ParsedAttr::UnknownAttribute)
1692 Diag(AL.getLoc(), diag::warn_unknown_attribute_ignored) << AL;
1694 Diag(AL.getLoc(), DiagID) << AL;
1695 AL.setInvalid();
1715 for (ParsedAttr &AL
[all...]
H A DParser.cpp1180 for (const ParsedAttr &AL : D.getAttributes())
1181 if (AL.isKnownToGCC() && !AL.isCXX11Attribute())
1182 Diag(AL.getLoc(), diag::warn_attribute_on_function_definition) << AL;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1241 static AttributeList legalizeCallAttributes(AttributeList AL) { argument
1242 if (AL.isEmpty())
1243 return AL;
1246 AttrBuilder FnAttrs = AL.getFnAttributes();
1249 for (Attribute A : AL.getFnAttributes()) {
1255 LLVMContext &Ctx = AL.getContext();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1425 AttrBuilder::AttrBuilder(AttributeList AL, unsigned Index) { argument
1426 AttributeSet AS = AL.getAttributes(Index);
1659 bool AttrBuilder::hasAttributes(AttributeList AL, uint64_t Index) const { argument
1660 AttributeSet AS = AL.getAttributes(Index);
H A DFunction.cpp194 AttributeList AL = getParent()->getAttributes(); local
195 AL = AL.addParamAttributes(Parent->getContext(), getArgNo(), B);
196 getParent()->setAttributes(AL);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfaddsub.S13 #define AL r0 define
/freebsd-12-stable/stand/i386/cdboot/
H A Dcdboot.S505 # Convert AL to hex, saving the result to [EDI].
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp679 auto AL = ApplyDebugLocation::CreateArtificial(*this); local
738 auto AL = ApplyDebugLocation::CreateArtificial(*this); local
H A DCGLoopInfo.cpp768 for (const auto &AL : Active) {
770 if (MDNode *Group = AL->getAccessGroup())
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm943 ; Compare AL with [rcx]. If equal set
945 ; ZF and load [rcx] into AL.
1050 ; Compare AL with [rcx]. If equal set
1052 ; ZF and load [rcx] into AL.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1207 bool AE = true, AL = true;
1210 AL = false;
1217 if (AE && AL)
1222 if (!AE && !AL)
1226 assert(AE != AL);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp4741 TemplateArgumentLoc &AL,
4743 const TemplateArgument &Arg = AL.getArgument();
4754 TSI = AL.getTypeSourceInfo();
4760 SourceRange SR = AL.getSourceRange();
4794 SourceLocation Loc = AL.getSourceRange().getBegin();
4814 AL = TemplateArgumentLoc(TemplateArgument(ArgType),
4826 SourceRange SR = AL.getSourceRange();
9324 for (const ParsedAttr &AL : Attr) {
9325 if (AL.getKind() == ParsedAttr::AT_DLLExport) {
9328 Diag(AL
4740 CheckTemplateTypeArgument(TemplateTypeParmDecl *Param, TemplateArgumentLoc &AL, SmallVectorImpl<TemplateArgument> &Converted) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp322 case SystemZ::A: ConvOpc = SystemZ::AL; break;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h79 ENTRY(AL) \

Completed in 426 milliseconds

12345