Searched defs:CI (Results 1 - 25 of 144) sorted by last modified time

123456

/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp85 bool expandBFI(CallInst *CI);
88 bool expandBFM(CallInst *CI);
92 bool isSigned24BitOps(CallInst *CI);
93 void expandSigned24BitOps(CallInst *CI);
97 bool isRWGLocalOpt(CallInst *CI);
101 bool convertAccurateDivide(CallInst *CI);
102 void expandAccurateDivide(CallInst *CI);
111 bool propagateSamplerInst(CallInst *CI);
242 CallInst *CI = isConstVec[x]; local
243 Constant *CV = dyn_cast<Constant>(CI
301 CallInst *CI = dyn_cast<CallInst>(inst); local
669 CallInst *CI = CallInst::Create(Func, Operands, "BitInsertOpt"); local
834 CallInst *CI = CallInst::Create(Func, Operands, "ByteExtractOpt"); local
842 expandBFI(CallInst *CI) argument
881 expandBFM(CallInst *CI) argument
977 isSigned24BitOps(CallInst *CI) argument
995 expandSigned24BitOps(CallInst *CI) argument
1067 isRWGLocalOpt(CallInst *CI) argument
1075 convertAccurateDivide(CallInst *CI) argument
1089 expandAccurateDivide(CallInst *CI) argument
1100 propagateSamplerInst(CallInst *CI) argument
[all...]
/external/llvm/unittests/IR/
H A DMetadataTest.cpp83 ConstantInt *CI = ConstantInt::get(getGlobalContext(), APInt(8, 0)); local
87 V.push_back(CI);
110 EXPECT_EQ(CI, n1->getOperand(1));
H A DValueMapTest.cpp80 typename ValueMap<TypeParam*, int>::const_iterator CI = local
82 ASSERT_TRUE(CI != CVM.end());
83 EXPECT_EQ(this->BitcastV.get(), CI->first);
84 EXPECT_EQ(7, CI->second);
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp586 ClassInfo *CI; member in struct:__anon26561::OperandMatchEntry
592 X.CI = ci;
1034 if (ClassInfo *CI = AsmOperandClasses[MatchClass])
1035 return CI;
1043 if (ClassInfo *CI = RegisterClassClasses[ClassRec])
1044 return CI;
1050 if (ClassInfo *CI = RegisterClassClasses[Rec])
1051 return CI;
1059 if (ClassInfo *CI = AsmOperandClasses[MatchClass])
1060 return CI;
1141 ClassInfo *CI = new ClassInfo(); local
1159 ClassInfo *CI = RegisterSetClasses[*it]; local
1176 ClassInfo *CI = RegisterSetClasses[RegisterSet(RC.getOrder().begin(), local
1197 ClassInfo *CI = RegisterClasses[Rec]; local
1221 ClassInfo *CI = AsmOperandClasses[*it]; local
1311 ClassInfo *CI = iit->first; local
[all...]
H A DCodeGenInstruction.h119 const CGIOperandList::ConstraintInfo &CI = Constraints[j]; local
120 if (CI.isTied()) return CI.getTiedOperand();
/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp246 ConstantInt *CI = dyn_cast<ConstantInt>(CS->getOperand(0)); local
247 int Priority = CI ? CI->getSExtValue() : 0;
/external/llvm/tools/bugpoint-passes/
H A DTestPasses.cpp61 if (CallInst *CI = dyn_cast<CallInst>(I)) {
62 if (!CI->use_empty())
63 CI->replaceAllUsesWith(Constant::getNullValue(CI->getType()));
64 CI->getParent()->getInstList().erase(CI); variable
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp443 Constant *CI = ConstantInt::get(I32, Ran->Rand() % (Width*2)); variable
446 CI = UndefValue::get(I32);
447 Idxs.push_back(CI);
/external/llvm/unittests/ADT/
H A DIntervalMapTest.cpp45 UUMap::const_iterator CI; local
46 CI = map.begin();
47 EXPECT_TRUE(CI == I);
50 EXPECT_TRUE(I2 == CI);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1361 if (CastInst *CI = dyn_cast<CastInst>(V))
1362 if (CI->getOperand(0)->getType()->isIntegerTy())
1363 return CI->getOperand(0);
3188 CastInst *CI = dyn_cast<CastInst>(it); local
3194 if (CI->getOperand(0) == OldInduction &&
3196 Value *ScalarCast = Builder.CreateCast(CI->getOpcode(), Induction,
3197 CI->getType());
3204 Type *DestTy = (VF == 1) ? CI->getType() :
3205 VectorType::get(CI->getType(), VF);
3209 Entry[Part] = Builder.CreateCast(CI
3220 CallInst *CI = cast<CallInst>(it); local
3611 CallInst *CI = dyn_cast<CallInst>(it); local
3701 CastInst *CI = dyn_cast<CastInst>(U); local
[all...]
H A DSLPVectorizer.cpp271 ConstantInt *CI = dyn_cast<ConstantInt>(E0->getOperand(1));
272 if (!CI || CI->getZExtValue())
277 ConstantInt *CI = dyn_cast<ConstantInt>(E->getOperand(1)); local
279 if (!CI || CI->getZExtValue() != i || E->getOperand(0) != Vec)
1066 CallInst *CI = cast<CallInst>(VL[0]); local
1069 Intrinsic::ID ID = getIntrinsicIDForCall(CI, TLI);
1075 Function *Int = CI->getCalledFunction();
1078 A1I = CI
1295 CallInst *CI = cast<CallInst>(VL0); local
1861 CallInst *CI = cast<CallInst>(VL0); local
[all...]
/external/llvm/include/llvm/ADT/
H A DDenseSet.h114 void erase(ConstIterator CI) { return TheMap.erase(CI.I); } argument
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h156 const ConstantInt *CI; // For MO_CImmediate. Integers > 64bit. member in union:llvm::MachineOperand::__anon25488
414 return Contents.CI;
564 static MachineOperand CreateCImm(const ConstantInt *CI) {
566 Op.Contents.CI = CI;
/external/llvm/include/llvm/IR/
H A DCallSite.h51 CallSiteBase(CallTy *CI) : I(CI, true) { assert(CI); } argument
339 CallSite(CallInst *CI) : Base(CI) {} argument
358 ImmutableCallSite(const CallInst *CI) : Base(CI) {} argument
H A DPatternMatch.h166 if (ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
167 Res = &CI->getValue();
172 if (ConstantInt *CI =
174 Res = &CI->getValue();
190 if (const ConstantInt *CI = dyn_cast<ConstantInt>(V)) {
191 const APInt &CIV = CI->getValue();
194 // If Val is negative, and CI is shorter than it, truncate to the right
215 if (const ConstantInt *CI = dyn_cast<ConstantInt>(V))
216 return this->isValue(CI->getValue());
219 if (const ConstantInt *CI
303 m_ConstantInt(ConstantInt *&CI) argument
[all...]
/external/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h123 CallInst *CI; member in class:llvm::SimplifyFortifiedLibCalls
130 bool fold(CallInst *CI, const DataLayout *TD, const TargetLibraryInfo *TLI);
H A DVectorUtils.h97 getIntrinsicIDForCall(CallInst *CI, const TargetLibraryInfo *TLI) { argument
99 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(CI)) {
112 Function *F = CI->getCalledFunction();
127 return checkUnaryFloatSignature(*CI, Intrinsic::sin);
131 return checkUnaryFloatSignature(*CI, Intrinsic::cos);
135 return checkUnaryFloatSignature(*CI, Intrinsic::exp);
139 return checkUnaryFloatSignature(*CI, Intrinsic::exp2);
143 return checkUnaryFloatSignature(*CI, Intrinsic::log);
147 return checkUnaryFloatSignature(*CI, Intrinsic::log10);
151 return checkUnaryFloatSignature(*CI, Intrinsi
[all...]
/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp243 if (CallInst *CI = dyn_cast<CallInst>(I))
244 if (CI->hasFnAttr(Attribute::Cold)) {
281 ICmpInst *CI = dyn_cast<ICmpInst>(Cond); local
282 if (!CI || !CI->isEquality())
285 Value *LHS = CI->getOperand(0);
290 assert(CI->getOperand(1)->getType()->isPointerTy());
297 bool isProb = CI->getPredicate() == ICmpInst::ICMP_NE;
371 ICmpInst *CI = dyn_cast<ICmpInst>(Cond); local
372 if (!CI)
[all...]
H A DCostModel.cpp247 ConstantInt *CI = dyn_cast<ConstantInt>(ReduxRoot->getOperand(1));
249 if (CI)
250 Idx = CI->getZExtValue();
310 ConstantInt *CI = dyn_cast<ConstantInt>(ReduxRoot->getOperand(1));
312 if (CI)
313 Idx = CI->getZExtValue();
461 ConstantInt *CI = dyn_cast<ConstantInt>(I->getOperand(1)); local
463 if (CI)
464 Idx = CI->getZExtValue();
481 ConstantInt *CI local
[all...]
H A DDependenceAnalysis.cpp2827 CoefficientInfo *CI = new CoefficientInfo[MaxLevels + 1]; local
2829 CI[K].Coeff = Zero;
2830 CI[K].PosPart = Zero;
2831 CI[K].NegPart = Zero;
2832 CI[K].Iterations = nullptr;
2837 CI[K].Coeff = AddRec->getStepRecurrence(*SE);
2838 CI[K].PosPart = getPositivePart(CI[K].Coeff);
2839 CI[K].NegPart = getNegativePart(CI[
[all...]
H A DLazyValueInfo.cpp139 if (ConstantInt *CI = dyn_cast<ConstantInt>(V))
140 return markConstantRange(ConstantRange(CI->getValue()));
155 if (ConstantInt *CI = dyn_cast<ConstantInt>(V))
156 return markConstantRange(ConstantRange(CI->getValue()+1, CI->getValue()));
822 ConstantInt *CI = dyn_cast<ConstantInt>(ICI->getOperand(1)); local
823 if (CI && (ICI->getOperand(0) == Val || NegOffset)) {
825 ConstantRange CmpRange(CI->getValue());
985 ValueCacheEntryTy::iterator CI = Entry.find(ToUpdate); local
987 assert(CI !
1086 ConstantInt *CI = dyn_cast<ConstantInt>(C); local
[all...]
H A DMemoryBuiltins.cpp209 static Value *computeArraySize(const CallInst *CI, const DataLayout *DL, argument
212 if (!CI)
216 Type *T = getMallocAllocatedType(CI, TLI);
226 Value *MallocArg = CI->getArgOperand(0);
241 const CallInst *CI = extractMallocCall(I, TLI); local
242 Value *ArraySize = computeArraySize(CI, DL, TLI);
246 return CI;
248 // CI is a non-array malloc or we can't figure out that it is an array malloc.
257 PointerType *llvm::getMallocType(const CallInst *CI, argument
259 assert(isMallocLikeFn(CI, TL
289 getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI) argument
300 getMallocArraySize(CallInst *CI, const DataLayout *DL, const TargetLibraryInfo *TLI, bool LookThroughSExt) argument
318 const CallInst *CI = dyn_cast<CallInst>(I); local
[all...]
H A DRegionPrinter.cpp74 GraphTraits<RegionInfo*>::ChildIteratorType CI, RegionInfo *RI) {
76 RegionNode *destNode = *CI;
73 getEdgeAttributes(RegionNode *srcNode, GraphTraits<RegionInfo*>::ChildIteratorType CI, RegionInfo *RI) argument

Completed in 1548 milliseconds

123456