Searched refs:isSimple (Results 101 - 122 of 122) sorted by relevance

12345

/external/llvm/include/llvm/IR/
H A DInstructions.h235 bool isSimple() const { return !isAtomic() && !isVolatile(); } function in class:llvm::LoadInst
355 bool isSimple() const { return !isAtomic() && !isVolatile(); } function in class:llvm::StoreInst
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3217 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp338 if (evt == MVT::Other || !evt.isSimple())
2579 if (!ArgVT.isSimple()) return false;
H A DX86ISelLowering.cpp16773 if (!VT1.isSimple() || !VT1.isInteger() ||
16774 !VT2.isSimple() || !VT2.isInteger())
16796 if (!VT.isSimple())
16822 if (!VT.isSimple())
16866 if (!VT.isSimple())
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2301 if (!SI->isSimple()) {
2410 if (!LI->isSimple()) {
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp860 IsSimpleLoadStore = L->isSimple();
865 IsSimpleLoadStore = S->isSimple();
H A DSLPVectorizer.cpp872 if (!L->isSimple() || !isConsecutiveAccess(VL[i], VL[i + 1])) {
2385 if (!SI->isSimple())
H A DLoopVectorize.cpp4579 if (!Ld || (!Ld->isSimple() && !IsAnnotatedParallel)) {
4598 if (!St->isSimple() && !IsAnnotatedParallel) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2236 if (VT.isSimple() && !VT.isVector()) {
2272 if (VT.isSimple() && !VT.isVector()) {
2354 if (VT.isSimple() && !VT.isVector()) {
2384 if (VT.isSimple() && !VT.isVector()) {
6190 bool isSimple = cast<BuildVectorSDNode>(N0)->isConstant(); local
6195 if (isSimple)
9030 if (MemVT.isVector() || !MemVT.isSimple())
H A DTargetLowering.cpp1036 if ((OpVTLegal || i32Legal) && Op.getValueType().isSimple()) {
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp1093 } else if (rrect.isSimple()) {
/external/clang/include/clang/AST/
H A DStmt.h1420 bool isSimple() const { return IsSimple; } function in class:clang::AsmStmt
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2124 if (L->isSimple() && L->hasOneUse()) {
/external/skia/src/core/
H A DSkPath.cpp1093 } else if (rrect.isSimple()) {
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5683 assert(OrigVT.isSimple() && "Expecting a simple value type");
9768 if (!VT1.isSimple() || !VT1.isInteger() ||
9769 !VT2.isSimple() || !VT2.isInteger())
9864 if (!VT.isSimple())
9953 if (!VT.isSimple())
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js33 isSimple = /^.[^:#\[\.,]*$/;
381 if ( isSimple.test( selector ) )
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Djquery-1.6.4.js5195 isSimple = /^.[^:#\[\.,]*$/,
5515 if ( isSimple.test( qualifier ) ) {
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp229 Record.push_back(S->isSimple());
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1330 if (!StoreToHoist->isSimple())
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp321 if (!VT.isSimple())
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8946 if (!VT.isSimple())
8970 if (!VT.isSimple())
/external/clang/lib/Sema/
H A DTreeTransform.h5877 return getDerived().RebuildGCCAsmStmt(S->getAsmLoc(), S->isSimple(),

Completed in 623 milliseconds

12345