Searched refs:IA (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DDebugLoc.cpp49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, argument
52 Scope = IA = 0;
62 IA = 0;
70 IA = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get();
103 MDNode *Scope, *IA;
104 getScopeAndInlinedAt(Scope, IA, Ctx);
111 Scope, IA
184 int LLVMContextImpl::getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA, argument
187 int &Idx = ScopeInlinedAtIdx[std::make_pair(Scope, IA)];
202 DebugRecVH(IA, thi
[all...]
H A DLLVMContextImpl.h364 int getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA,int ExistingIdx);
H A DAsmWriter.cpp1089 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
1091 if (IA->hasSideEffects())
1093 if (IA->isAlignStack())
1096 if (IA->getDialect() == InlineAsm::AD_Intel)
1099 PrintEscapedString(IA->getAsmString(), Out);
1101 PrintEscapedString(IA->getConstraintString(), Out);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp46 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
48 FunctionType *NewTy = IA->getFunctionType();
52 if (NewTy != IA->getFunctionType())
53 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(),
54 IA->hasSideEffects(), IA->isAlignStack());
H A DInlineFunction.cpp455 if (MDNode *IA = DL.getInlinedAt(Ctx)) {
457 = updateInlinedAtInfo(DebugLoc::getFromDILocation(IA), InlinedAtDL, Ctx);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp231 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) {
232 unsigned FinalA = composeSubRegIndices(IA.getSubReg(), SubA);
236 firstCommonClass(IA.getMask(), IB.getMask(), this);
251 *BestPreA = IA.getSubReg();
H A DLexicalScopes.cpp118 MDNode *IA = NULL; local
119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
128 if (IA)
129 return InlinedLexicalScopeMap.lookup(DebugLoc::getFromDILocation(IA));
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DDebugLoc.h89 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftCXXABI.cpp106 if (Attr *IA = this->getAttr<MSInheritanceAttr>())
107 return MSInheritanceAttrToModel(IA->getKind());
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp586 int IA = PathA.size() - 1; local
590 while (IA >= 0 && IB >=0) {
591 if (PathA[IA] == PathB[IB])
592 Ret = PathA[IA];
595 --IA;
/freebsd-10.2-release/contrib/gcc/config/ia64/
H A Dfde-glibc.c42 # error You need GLIBC 2.2.4 or later on IA-64 Linux
130 /* On IA-64, _DYNAMIC is writable and GLIBC has relocated it. */
H A Dlib1funcs.asm31 // From the Intel IA-64 Optimization Guide, choose the minimum latency
77 // From the Intel IA-64 Optimization Guide, choose the minimum latency
119 // From the Intel IA-64 Optimization Guide, choose the minimum latency
155 // From the Intel IA-64 Optimization Guide, choose the minimum latency
208 // From the Intel IA-64 Optimization Guide, choose the minimum latency
265 // From the Intel IA-64 Optimization Guide, choose the minimum latency
318 // From the Intel IA-64 Optimization Guide, choose the minimum latency
376 // From the Intel IA-64 Optimization Guide, choose the minimum latency
422 // From the Intel IA-64 Optimization Guide, choose the minimum latency
472 // From the Intel IA
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp133 const driver::InputAction *IA = cast<driver::InputAction>(A); local
134 Inputs.push_back(IA->getInputArg().getSpelling());
/freebsd-10.2-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp105 MDNode *Scope, *IA; local
106 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
108 if (IA) EnumerateMetadata(IA);
H A DBitcodeWriter.cpp922 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
923 Record.push_back(unsigned(IA->hasSideEffects()) |
924 unsigned(IA->isAlignStack()) << 1 |
925 unsigned(IA->getDialect()&1) << 2);
928 const std::string &AsmStr = IA->getAsmString();
934 const std::string &ConstraintStr = IA->getConstraintString();
1599 MDNode *Scope, *IA; local
1600 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1605 Vals.push_back(IA ? VE.getValueID(IA)
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp29 llvm::InlineAsm *IA = local
33 CallInst::Create(IA, AsmArgs, "", BB);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp394 InlineAsm *IA = local
399 CallInst::Create(IA, "", Inst);
/freebsd-10.2-release/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c120 IA, enumerator in enum:__anon6941
1887 /* [0,4] */ TNS("addb",IA), TS("add",IA), TSx("push",SEG), TSx("pop",SEG),
1889 /* [0,C] */ TNS("orb",IA), TS("or",IA), TSx("push",SEG), IND(dis_op0F),
1892 /* [1,4] */ TNS("adcb",IA), TS("adc",IA), TSx("push",SEG), TSx("pop",SEG),
1894 /* [1,C] */ TNS("sbbb",IA), TS("sbb",IA), TSx("push",SEG), TSx("pop",SEG),
1897 /* [2,4] */ TNS("andb",IA), T
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp200 if (InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue())) {
202 InlineAsm::ConstraintInfoVector CIV = IA->ParseConstraints();
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp564 if (const InlineAsm *IA = dyn_cast<InlineAsm>(Call->getCalledValue())) {
566 if (!IA->getConstraintString().empty())
570 if (IA->hasSideEffects())
572 if (IA->isAlignStack())
577 .addExternalSymbol(IA->getAsmString().c_str())
H A DFunctionLoweringInfo.cpp123 if (const InlineAsm *IA = dyn_cast<InlineAsm>(CS.getCalledValue())) {
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp207 DataFlowSanitizer::InstrumentedABI IA; member in struct:__anon2739::DFSanFunction
219 : DFS(DFS), F(F), IA(DFS.getInstrumentedABI()),
767 switch (IA) {
1167 switch (DFSF.IA) {
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1247 static bool IsOperandAMemoryOperand(CallInst *CI, InlineAsm *IA, Value *OpVal, argument
1300 InlineAsm *IA = dyn_cast<InlineAsm>(CI->getCalledValue()); local
1301 if (!IA) return true;
1304 if (!IsOperandAMemoryOperand(CI, IA, I, TLI))
/freebsd-10.2-release/sys/conf/
H A Dkern.mk83 # For IA-64, we use r13 for the kernel globals pointer and we only use
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp809 if (InputAction *IA = dyn_cast<InputAction>(A)) {
810 os << "\"" << IA->getInputArg().getValue() << "\"";
1501 if (const InputAction *IA = dyn_cast<InputAction>(A)) {
1504 const Arg &Input = IA->getInputArg();

Completed in 347 milliseconds

12