| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | peep-test-3.ll | 7 define void @or(float* %A, i32 %IA, i32 %N) nounwind { 11 %2 = xor i32 %IA, 1 ; <i32> [#uses=1] 26 define void @xor(float* %A, i32 %IA, i32 %N) nounwind { 32 %2 = xor i32 %IA, 1 ; <i32> [#uses=1] 45 define void @and(float* %A, i32 %IA, i32 %N, i8* %p) nounwind { 50 %2 = xor i32 %IA, 1 ; <i32> [#uses=1] 71 define void @test(float* %A, i32 %IA, i32 %N, i8* %p) nounwind { 76 %2 = xor i32 %IA, 1 ; <i32> [#uses=1]
|
| /minix3/share/misc/ |
| H A D | zipcodes | 22032 50001:Ackworth, IA 22033 50002:Adair, IA 22034 50003:Adel, IA 22035 50005:Albion, IA 22036 50006:Alden, IA 22037 50007:Alleman, IA 22038 50008:Allerton, IA 22039 50009:Altoona, IA 22040 50010:Ames, IA 22041 50011:Ames, IA [all …]
|
| H A D | na.phone.add | 69 319:Iowa (USA):Dubuque:IA 130 515:Iowa (USA):Des Moines:IA 171 641:Iowa (USA):Creston, Mason City, Osceola:IA 195 712:Iowa (USA):Council Bluffs, Sioux City:IA
|
| H A D | na.phone | 78 319:Iowa (USA):Dubuque:IA 161 515:Iowa (USA):Des Moines:IA 214 641:Iowa (USA):Creston, Mason City, Osceola:IA 244 712:Iowa (USA):Council Bluffs, Sioux City:IA
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 77 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA) const; 78 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, in getScopeAndInlinedAt() argument 80 return getScopeAndInlinedAt(Scope, IA); in getScopeAndInlinedAt()
|
| /minix3/external/bsd/llvm/dist/clang/test/Sema/ |
| H A D | ms_class_layout.cpp | 100 class IA { class 102 virtual ~IA(){} in ~IA() 106 class ICh : public virtual IA {
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 232 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) { in getCommonSuperRegClass() local 233 unsigned FinalA = composeSubRegIndices(IA.getSubReg(), SubA); in getCommonSuperRegClass() 237 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass() 252 *BestPreA = IA.getSubReg(); in getCommonSuperRegClass()
|
| H A D | LexicalScopes.cpp | 109 MDNode *IA = nullptr; in findInlinedScope() local 110 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext()); in findInlinedScope() 111 auto I = InlinedLexicalScopeMap.find(std::make_pair(Scope, IA)); in findInlinedScope() 119 MDNode *IA = nullptr; in findLexicalScope() local 120 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext()); in findLexicalScope() 130 if (IA) { in findLexicalScope() 131 auto I = InlinedLexicalScopeMap.find(std::make_pair(Scope, IA)); in findLexicalScope()
|
| /minix3/crypto/external/bsd/openssl/dist/doc/crypto/ |
| H A D | OPENSSL_ia32cap.pod | 5 OPENSSL_ia32cap - finding the IA-32 processor capabilities 15 containing IA-32 processor capabilities bit vector as it appears in EDX 17 Intel Application Note #241618). Naturally it's meaningful on IA-32[E]
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | MicrosoftCXXABI.cpp | 128 MSInheritanceAttr *IA = getAttr<MSInheritanceAttr>(); in getMSInheritanceModel() local 129 assert(IA && "Expected MSInheritanceAttr on the CXXRecordDecl!"); in getMSInheritanceModel() 130 return IA->getSemanticSpelling(); in getMSInheritanceModel()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 30 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA) const { in getScopeAndInlinedAt() 32 IA = getInlinedAt(); in getScopeAndInlinedAt()
|
| H A D | DebugInfo.cpp | 523 MDNode *IA = nullptr; in Verify() local 525 while ((IA = DL.getInlinedAt())) in Verify() 526 DL = DebugLoc::getFromDILocation(IA); in Verify() 527 DL.getScopeAndInlinedAt(Scope, IA); in Verify() 530 assert(!IA); in Verify()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 46 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) { in MapValue() local 48 FunctionType *NewTy = IA->getFunctionType(); in MapValue() 52 if (NewTy != IA->getFunctionType()) in MapValue() 53 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(), in MapValue() 54 IA->hasSideEffects(), IA->isAlignStack()); in MapValue()
|
| /minix3/external/bsd/llvm/dist/clang/test/Layout/ |
| H A D | ms-x86-vtordisp.cpp | 419 struct IA { struct 422 struct __declspec(dllexport) IB : virtual IA {
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | TypeBasedAliasAnalysis.cpp | 594 int IA = PathA.size() - 1; in getMostGenericTBAA() local 598 while (IA >= 0 && IB >=0) { in getMostGenericTBAA() 599 if (PathA[IA] == PathB[IB]) in getMostGenericTBAA() 600 Ret = PathA[IA]; in getMostGenericTBAA() 603 --IA; in getMostGenericTBAA()
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | 2011-10-06-ReusePhi.ll | 25 define float @test(float* nocapture %A, float* nocapture %B, i32 %N, i32 %IA, i32 %IB) nounwind uwt… 31 %idx.ext = sext i32 %IA to i64
|
| /minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.copy/ |
| H A D | p11.0x.copy.cpp | 68 …IsAmbiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because fiel… member
|
| H A D | p11.0x.move.cpp | 63 IsAmbiguous IA; // expected-note{{deleted because field 'IA' has a deleted move constructor}} member
|
| /minix3/external/bsd/llvm/dist/clang/lib/Tooling/ |
| H A D | CompilationDatabase.cpp | 132 const driver::InputAction *IA = cast<driver::InputAction>(A); in runImpl() local 133 Inputs.push_back(IA->getInputArg().getSpelling()); in runImpl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 218 void setIndirectAlign(unsigned IA) { in setIndirectAlign() argument 220 IndirectAlign = IA; in setIndirectAlign()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 376 MDNode *Scope, *IA; in ValueEnumerator() local 377 I.getDebugLoc().getScopeAndInlinedAt(Scope, IA, I.getContext()); in ValueEnumerator() 379 if (IA) EnumerateMetadata(IA); in ValueEnumerator()
|
| H A D | BitcodeWriter.cpp | 1026 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) { in WriteConstants() local 1027 Record.push_back(unsigned(IA->hasSideEffects()) | in WriteConstants() 1028 unsigned(IA->isAlignStack()) << 1 | in WriteConstants() 1029 unsigned(IA->getDialect()&1) << 2); in WriteConstants() 1032 const std::string &AsmStr = IA->getAsmString(); in WriteConstants() 1038 const std::string &ConstraintStr = IA->getConstraintString(); in WriteConstants() 1749 MDNode *Scope, *IA; in WriteFunction() local 1750 DL.getScopeAndInlinedAt(Scope, IA, I->getContext()); in WriteFunction() 1756 Vals.push_back(IA ? VE.getMetadataID(IA) + 1 : 0); in WriteFunction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 395 InlineAsm *IA = in runOnFunction() local 400 CallInst::Create(IA, "", Inst); in runOnFunction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleSwift.td | 1503 (instregex "LDM(IA|DA|DB|IB)$", "t2LDM(IA|DA|DB|IB)$", 1504 "(t|sys)LDM(IA|DA|DB|IB)$")>; 1507 "LDM(IA|DA|DB|IB)_UPD", "(t2|sys|t)LDM(IA|DA|DB|IB)_UPD")>; 1556 (instregex "STM(IB|IA|DB|DA)$", "(t2|sys|t)STM(IB|IA|DB|DA)$")>; 1558 (instregex "STM(IB|IA|DB|DA)_UPD", "(t2|sys|t)STM(IB|IA|DB|DA)_UPD", 1837 def : InstRW<[SwiftWriteVLDM], (instregex "VLDM[SD](IA|DB)$")>; 1840 (instregex "VLDM[SD](IA|DB)_UPD$")>; 1873 def : InstRW<[SwiftWriteVSTM], (instregex "VSTM[SD](IA|DB)$")>; 1876 (instregex "VSTM[SD](IA|DB)_UPD")>;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 31 llvm::InlineAsm *IA = in inlineAsmOut() local 35 CallInst::Create(IA, AsmArgs, "", BB); in inlineAsmOut()
|