Searched refs:getContext (Results 226 - 250 of 363) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp284 Val = Constant::getNullValue(TD.getIntPtrType(Val->getContext()));
746 I->getContext());
882 Op1 = Constant::getNullValue(TD.getIntPtrType(Op0->getContext()));
1556 Outs, FTy->getContext());
1623 ArgVal = ConstantExpr::getSExt(CI,Type::getInt32Ty(CI->getContext()));
1625 ArgVal = ConstantExpr::getZExt(CI,Type::getInt32Ty(CI->getContext()));
1669 I->getParent()->getContext());
1870 EVT RegisterVT = TLI.getRegisterType(I->getParent()->getContext(), VT);
1871 unsigned NumRegs = TLI.getNumRegisters(I->getParent()->getContext(), VT);
1890 I->getParent()->getContext());
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp402 getABITypeAlignment(LD->getMemoryVT().getTypeForEVT(*DAG.getContext()));
471 Type *IntPtrTy = getTargetData()->getIntPtrType(*DAG.getContext());
502 getABITypeAlignment(ST->getMemoryVT().getTypeForEVT(*DAG.getContext()));
530 Type *IntPtrTy = getTargetData()->getIntPtrType(*DAG.getContext());
542 LowerCallTo(Chain, Type::getVoidTy(*DAG.getContext()), false, false,
907 getTargetMachine(), ArgLocs, *DAG.getContext());
1030 getTargetMachine(), RVLocs, *DAG.getContext());
1090 getTargetMachine(), ArgLocs, *DAG.getContext());
1216 getTargetMachine(), RVLocs, *DAG.getContext());
1490 ST->getMemoryVT().getTypeForEVT(*DCI.DAG.getContext()));
[all...]
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp296 return getConstant(ConstantInt::get(getContext(), Val));
745 IntegerType *CalculationTy = IntegerType::get(SE.getContext(),
957 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2);
1101 Type *WideTy = IntegerType::get(SE->getContext(), BitWidth * 2);
1223 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2);
1895 ConstantInt *Fold = ConstantInt::get(getContext(),
2131 IntegerType::get(getContext(), getTypeSizeInBits(Ty) + MaxShiftAmt);
2383 ConstantInt *Fold = ConstantInt::get(getContext(),
2487 ConstantInt *Fold = ConstantInt::get(getContext(),
2579 return getConstant(TD->getIntPtrType(getContext()),
[all...]
H A DLoopDependenceAnalysis.cpp108 return SE->getConstant(Type::getInt32Ty(SE->getContext()), 0L);
/external/clang/lib/Sema/
H A DSemaType.cpp37 if (D.getContext() != Declarator::BlockLiteralContext ||
902 if (declarator.getContext() == Declarator::BlockLiteralContext)
1786 switch (D.getContext()) {
1874 switch (D.getContext()) {
1952 D.getContext() == Declarator::AliasDeclContext ||
1953 D.getContext() == Declarator::AliasTemplateContext;
2085 D.getContext() == Declarator::BlockLiteralContext)
2142 << (D.getContext() == Declarator::AliasDeclContext ||
2143 D.getContext() == Declarator::AliasTemplateContext);
2376 FreeFunction = (D.getContext() !
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp331 ASTContext &Ctx = svalBuilder.getContext();
466 ASTContext &Ctx = svalBuilder.getContext();
531 QualType sizeTy = svalBuilder.getContext().getSizeType();
643 QualType sizeTy = svalBuilder.getContext().getSizeType();
698 QualType sizeTy = svalBuilder.getContext().getSizeType();
1246 QualType sizeTy = svalBuilder.getContext().getSizeType();
H A DDeadStoresChecker.cpp357 DeadStoreObs A(cfg, BR.getContext(), BR, AC, pmap, FS.Escaped);
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp562 MCSymbol *Sym = Asm.getContext().GetOrCreateSymbol(Name);
683 MCContext &Ctx = Asm.getContext();
804 MCContext &Ctx = Asm.getContext();
902 MCContext &Ctx = Asm.getContext();
968 SymtabSection = Asm.getContext().getELFSection(".symtab", ELF::SHT_SYMTAB,
978 InfoSection = Asm.getContext().getELFSection(SectionName,
/external/llvm/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp654 EVT Op0VecVT = EVT::getVectorVT(*CurDAG->getContext(),
656 EVT OpVecVT = EVT::getVectorVT(*CurDAG->getContext(),
915 EVT VecVT = EVT::getVectorVT(*CurDAG->getContext(),
983 EVT VecVT = EVT::getVectorVT(*CurDAG->getContext(),
1052 EVT VecVT = EVT::getVectorVT(*CurDAG->getContext(),
1130 EVT OpVecVT = EVT::getVectorVT(*CurDAG->getContext(), OpVT, 2);
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline_track.js183 this.ctx_ = this.canvas_.getContext('2d');
/external/chromium/chrome/browser/resources/
H A Dmobile_setup.js213 var ctx = canvas.getContext('2d');
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h535 LLVMContext &getContext() const { return F->getContext(); } function in class:llvm::ScalarEvolution
/external/llvm/include/llvm/
H A DInstrTypes.h830 return VectorType::get(Type::getInt1Ty(opnd_type->getContext()),
833 return Type::getInt1Ty(opnd_type->getContext());
H A DModule.h215 LLVMContext &getContext() const { return Context; } function in class:llvm::Module
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp99 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
199 EnumerateType(Type::getVoidTy(N->getContext()));
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp501 Type *IntPtr = TD->getIntPtrType(DestPtr->getContext());
607 Type *IntPtr = TD->getIntPtrType(SI->getContext());
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp38 BasicBlock *NewBB = BasicBlock::Create(BB->getContext(), "", F);
224 BBEntry = NewBB = BasicBlock::Create(BB->getContext());
H A DLoopSimplify.cpp175 new UnreachableInst((*I)->getContext(), *I);
656 BasicBlock *BEBlock = BasicBlock::Create(Header->getContext(),
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketFunctionalTest.java64 doTestSelfInteraction(JSSETestData.getContext());
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DLocPathIterator.java844 public final int getContext() method in class:LocPathIterator
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h184 AnalysisContext *getContext(const Decl *D, idx::TranslationUnit *TU = 0);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp127 LLVMContext &Ctx = TheModule->getContext();
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h138 MCContext &getContext() const { return Ctx; } function in class:llvm::MachineFunction
/external/llvm/include/llvm/MC/
H A DMCStreamer.h105 MCContext &getContext() const { return Context; } function in class:llvm::MCStreamer
/external/llvm/lib/CodeGen/
H A DGCStrategy.cpp353 MCSymbol *Label = MBB.getParent()->getContext().CreateTempSymbol();

Completed in 832 milliseconds

1234567891011>>