Home
last modified time | relevance | path

Searched refs:isIdempotent (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h394 bool isIdempotent() const { return isIdempotent(getOpcode()); } in isIdempotent() function
395 static bool isIdempotent(unsigned op);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h516 bool isIdempotent() const { return isIdempotent(getOpcode()); }
517 static bool isIdempotent(unsigned Opcode) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp322 if (Instruction::isIdempotent(Opcode)) { in IncorporateWeight()