Home
last modified time | relevance | path

Searched refs:getCustomPBQPConstraints (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h291 virtual std::unique_ptr<PBQPRAConstraint> getCustomPBQPConstraints() const { in getCustomPBQPConstraints() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp295 AArch64Subtarget::getCustomPBQPConstraints() const { in getCustomPBQPConstraints() function in AArch64Subtarget
DAArch64Subtarget.h484 std::unique_ptr<PBQPRAConstraint> getCustomPBQPConstraints() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp832 ConstraintsRoot->addConstraint(Subtarget.getCustomPBQPConstraints()); in runOnMachineFunction()