Searched refs:getContext (Results 251 - 275 of 363) sorted by relevance

<<1112131415

/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp383 DataExtractor stringExtractor(cu->getContext().getStringSection(),
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp100 SwitchSection(getContext().getMachOSection("__TEXT", "__text",
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp136 return new ARMConstantPoolConstant((Type*)Type::getInt32Ty(GV->getContext()),
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp704 getTargetMachine(), ArgLocs, *DAG.getContext());
843 getTargetMachine(), RVLocs, *DAG.getContext());
886 getTargetMachine(), ArgLocs, *DAG.getContext());
1018 getTargetMachine(), RVLocs, *DAG.getContext());
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp170 Type::getInt32Ty(*CurDAG->getContext()), Val),
/external/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp185 BasicBlock *NewBB = BasicBlock::Create(TI->getContext(),
H A DLocal.cpp208 new UnreachableInst(BB->getContext(), BB);
444 ConstantInt::get(llvm::Type::getInt32Ty(BA->getContext()), 1);
881 if (MDNode *DebugNode = MDNode::getIfExists(V->getContext(), V))
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp819 Type::getInt1Ty(Val->getContext()), isTrueDest));
1032 return ConstantInt::get(V->getContext(), *SingleVal);
1048 return ConstantInt::get(V->getContext(), *SingleVal);
H A DValueTracking.cpp1132 Op1 = ConstantInt::get(V->getContext(), API);
1250 return Constant::getNullValue(Type::getInt8Ty(V->getContext()));
1256 V = ConstantExpr::getBitCast(CFP, Type::getInt32Ty(V->getContext()));
1258 V = ConstantExpr::getBitCast(CFP, Type::getInt64Ty(V->getContext()));
1281 return ConstantInt::get(V->getContext(), Val);
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp72 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
84 Op.getNode()->getValueType(0).getTypeForEVT(*DAG.getContext());
568 EVT vecVT = InVT.isVector()? InVT: EVT::getVectorVT(*DAG.getContext(), InVT,
684 EVT vecVT = EVT::getVectorVT(*DAG.getContext(),
775 EVT vecVT = StVT.isVector()? StVT: EVT::getVectorVT(*DAG.getContext(), StVT,
1137 getTargetMachine(), ArgLocs, *DAG.getContext());
1284 getTargetMachine(), ArgLocs, *DAG.getContext());
1445 getTargetMachine(), RVLocs, *DAG.getContext());
1472 getTargetMachine(), RVLocs, *DAG.getContext());
2189 EVT maskVT = EVT::getVectorVT(*(DAG.getContext()), V
[all...]
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp703 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked());
710 NRetTy = Type::getVoidTy(F->getContext());
953 ReturnInst::Create(F->getContext(), RetVal, RI);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp28 return ConstantInt::get(C->getContext(), C->getValue()-1);
52 CST = ConstantInt::get(V->getType()->getContext(),
404 Type *IntPtrTy = TD.getIntPtrType(GEP->getContext());
H A DInstCombineMulDivRem.cpp345 *I = NonNullOperand == 1 ? ConstantInt::getTrue(BBI->getContext()) :
346 ConstantInt::getFalse(BBI->getContext());
569 ConstantFP *RFP = ConstantFP::get(Builder->getContext(), Reciprocal);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2000 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), SimpleSize*2);
2036 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), SimpleSize*2);
2118 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), SimpleSize*2);
2148 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), SimpleSize*2);
2430 EVT ExtVT = EVT::getIntegerVT(*DAG.getContext(), ActiveBits);
3394 EVT ExtVT = EVT::getIntegerVT(*DAG.getContext(), LowBits);
3396 ExtVT = EVT::getVectorVT(*DAG.getContext(),
3425 EVT::getIntegerVT(*DAG.getContext(),
4125 EVT::getIntegerVT(*DAG.getContext(),
4128 EVT::getVectorVT(*DAG.getContext(), MatchingElementTyp
[all...]
H A DSelectionDAG.cpp830 PointerType::get(Type::getInt8Ty(*getContext()), 0) :
831 VT.getTypeForEVT(*getContext());
848 Context = &mf.getFunction()->getContext();
945 if (VT.isVector() && TLI.getTypeAction(*getContext(), EltVT) ==
947 EltVT = TLI.getTypeToTransformTo(*getContext(), EltVT);
949 Elt = ConstantInt::get(*getContext(), NewVal);
985 return getConstantFP(*ConstantFP::get(*getContext(), V), VT, isTarget);
1458 Type *Ty = VT.getTypeForEVT(*getContext());
1471 Type *Ty1 = VT1.getTypeForEVT(*getContext());
1472 Type *Ty2 = VT2.getTypeForEVT(*getContext());
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h1142 ASTContext &getContext() const { return CGM.getContext(); } function in namespace:clang::CodeGen
1401 return ConvertType(getContext().getTypeDeclType(T));
1484 return LValue::MakeAddr(V, T, Alignment, getContext(),
2438 getContext().getAsVariableArrayType(ActualBaseType)) {
2444 assert(getContext().getCanonicalType(ArgType.getNonReferenceType()).
2446 getContext().getCanonicalType(ActualArgType).getTypePtr() &&
/external/llvm/include/llvm/Support/
H A DIRBuilder.h69 LLVMContext &getContext() const { return Context; } function in class:llvm::IRBuilderBase
343 : IRBuilderBase(TheBB->getContext()), Folder(F) {
348 : IRBuilderBase(TheBB->getContext()), Folder() {
353 : IRBuilderBase(IP->getContext()), Folder() {
359 : IRBuilderBase(U->getContext()), Folder() {
365 : IRBuilderBase(TheBB->getContext()), Folder(F) {
370 : IRBuilderBase(TheBB->getContext()), Folder() {
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DTexture.cpp60 Context *context = getContext();
225 if (format == GL_LUMINANCE && getContext()->supportsLuminanceTextures())
229 else if (format == GL_LUMINANCE_ALPHA && getContext()->supportsLuminanceAlphaTextures())
1455 if ((getFormat() == GL_FLOAT && !getContext()->supportsFloatLinearFilter()) ||
1456 (getFormat() == GL_HALF_FLOAT_OES && !getContext()->supportsHalfFloatLinearFilter()))
1900 if ((getFormat() == GL_FLOAT && !getContext()->supportsFloatLinearFilter()) ||
1901 (getFormat() == GL_HALF_FLOAT_OES && !getContext()->supportsHalfFloatLinearFilter()))
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/
H A DSubjectTest.java76 return AccessController.getContext();
82 return AccessController.getContext();
88 return Subject.getSubject(AccessController.getContext());
94 return Subject.getSubject(AccessController.getContext());
339 Subject.getSubject(AccessController.getContext());
723 .getContext()));
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1121 llvm::LLVMContext &context = module.getContext();
1441 llvm::LLVMContext &context = module.getContext();
1694 llvm::LLVMContext &context = module.getContext();
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp365 Type* PPInt8Ty = Type::getInt8PtrTy(Fn->getContext())->getPointerTo();
386 GVArgs.push_back(PTOGV(CArgv.reset(Fn->getContext(), this, argv)));
394 GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars)));
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2009 getContext()));
2157 getContext()));
2700 getContext()),
2974 ARMOperand::CreateImm(MCConstantExpr::Create(Val, getContext()), S, E));
3413 CE = MCConstantExpr::Create(INT32_MIN, getContext());
3579 Operands.push_back(ARMOperand::CreateFPImm(Val, S, getContext()));
3589 Operands.push_back(ARMOperand::CreateFPImm(Val, S, getContext()));
3668 ImmVal = MCConstantExpr::Create(INT32_MIN, getContext());
3686 getContext());
4071 MCConstantExpr::Create(ProcessorIMod, getContext()),
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Dbackground.js128 this.canvasContext_ = this.canvas_.getContext('2d'); // Canvas context.
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h103 /// getContext - Return the ASTContext associated with this analysis.
104 ASTContext &getContext() const { return AMgr.getASTContext(); } function in class:clang::ento::ExprEngine
/external/clang/lib/Analysis/
H A DAnalysisContext.cpp183 AnalysisContext *AnalysisContextManager::getContext(const Decl *D, function in class:AnalysisContextManager

Completed in 441 milliseconds

<<1112131415