Home
last modified time | relevance | path

Searched refs:IsInvariant (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h983 bool IsInvariant = false; member
994 if (IsInvariant) in MMOFlags()
DPPCISelLowering.cpp7879 RLI.IsInvariant = LD->isInvariant(); in canReuseLoadAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.cpp633 bool IsInvariant = true; in findLoopInvariantInstructions() local
637 IsInvariant = false; in findLoopInvariantInstructions()
641 if (IsInvariant) { in findLoopInvariantInstructions()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp72 bool IsInvariant(const TType &type, TCompiler *compiler) in IsInvariant() function
407 isInvariantBlock = isInvariantBlock || IsInvariant(type, compiler); in inferDefaults()
1664 return IsInvariant(type, mCompiler); in isInvariantOutput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h550 uint16_t IsInvariant : 1;
1332 bool isInvariant() const { return MemSDNodeBits.IsInvariant; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2415 bool IsInvariant = I->hasMetadata(LLVMContext::MD_invariant_load); in createMachineMemOperandFor() local
2433 if (IsInvariant) in createMachineMemOperandFor()
DSelectionDAG.cpp8984 MemSDNodeBits.IsInvariant = MMO->isInvariant(); in MemSDNode()