HomeSort by relevance Sort by last modified time
    Searched refs:hasSideEffects (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /external/swiftshader/third_party/LLVM/utils/TableGen/
InstrInfoEmitter.cpp 294 if (Inst.hasSideEffects) OS << "|(1<<MCID::UnmodeledSideEffects)";
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 502 if (Inst.hasSideEffects) OS << "|(1ULL<<MCID::UnmodeledSideEffects)";
CodeGenInstruction.cpp 334 hasSideEffects = R->getValueAsBitOrUnset("hasSideEffects", Unset);
DAGISelMatcherGen.cpp 730 II.hasSideEffects))
    [all...]
  /external/swiftshader/src/Reactor/
Optimizer.cpp 468 return uses[dest].empty() && !instruction->hasSideEffects();
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 317 !sideEffectInstructionChecker.hasSideEffects(clazz,
    [all...]
EvaluationShrinker.java 243 else if (sideEffectInstructionChecker.hasSideEffects(clazz,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 372 IA->hasSideEffects(), IA->isAlignStack());
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfgNode.cpp     [all...]
IceInst.cpp 173 // Additionally, set HasSideEffects if either OrigInst or SpliceAssn have
174 // HasSideEffects set.
176 HasSideEffects |= OrigInst->HasSideEffects;
177 HasSideEffects |= SpliceAssn->HasSideEffects;
230 if (!hasSideEffects())
    [all...]
IceInst.h 99 bool hasSideEffects() const { return HasSideEffects; }
226 /// HasSideEffects means the instruction is something like a function call or
229 bool HasSideEffects = false;
423 /// Set HasSideEffects to true so that the call instruction can't be
426 constexpr bool HasSideEffects = true;
430 IsTargetHelperCall, HasSideEffects, Kind);
449 HasSideEffects = HasSideEff;
630 Info.HasSideEffects, Inst::IntrinsicCall),
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go 916 if !p.hasSideEffects(f, index.X) {
924 // hasSideEffects returns whether the expression x has any side
927 func (p *Package) hasSideEffects(f *File, x ast.Expr) bool {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go 916 if !p.hasSideEffects(f, index.X) {
924 // hasSideEffects returns whether the expression x has any side
927 func (p *Package) hasSideEffects(f *File, x ast.Expr) bool {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 503 if (IA->hasSideEffects())
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 769 Record.push_back(unsigned(IA->hasSideEffects()) |
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 993 if (IA->hasSideEffects()
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 825 Record.push_back(unsigned(IA->hasSideEffects()) |
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 823 Record.push_back(unsigned(IA->hasSideEffects()) |
    [all...]

Completed in 1962 milliseconds

1 23 4 5