Home
last modified time | relevance | path

Searched refs:MatchRC (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2235 const TargetRegisterClass *MatchRC = in getCompatibleSubRegClass() local
2237 return MatchRC && MatchRC->hasSubClassEq(SuperRC) ? MatchRC : nullptr; in getCompatibleSubRegClass()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2235 const TargetRegisterClass *MatchRC = in getCompatibleSubRegClass() local
2237 return MatchRC && MatchRC->hasSubClassEq(SuperRC) ? MatchRC : nullptr; in getCompatibleSubRegClass()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2235 const TargetRegisterClass *MatchRC = in getCompatibleSubRegClass() local
2237 return MatchRC && MatchRC->hasSubClassEq(SuperRC) ? MatchRC : nullptr; in getCompatibleSubRegClass()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2225 const TargetRegisterClass *MatchRC = in getCompatibleSubRegClass() local
2227 return MatchRC && MatchRC->hasSubClassEq(SuperRC) ? MatchRC : nullptr; in getCompatibleSubRegClass()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2235 const TargetRegisterClass *MatchRC = in getCompatibleSubRegClass() local
2237 return MatchRC && MatchRC->hasSubClassEq(SuperRC) ? MatchRC : nullptr; in getCompatibleSubRegClass()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2235 const TargetRegisterClass *MatchRC = in getCompatibleSubRegClass() local
2237 return MatchRC && MatchRC->hasSubClassEq(SuperRC) ? MatchRC : nullptr; in getCompatibleSubRegClass()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3208 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
3216 (MatchRC.second != InputRC.second)) { in ParseConstraints()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3478 std::pair<unsigned, const TargetRegisterClass *> MatchRC =
3486 (MatchRC.second != InputRC.second)) {
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3932 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
3940 (MatchRC.second != InputRC.second)) { in ParseConstraints()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4704 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4712 (MatchRC.second != InputRC.second)) { in ParseConstraints()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4658 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4666 (MatchRC.second != InputRC.second)) { in ParseConstraints()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4410 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4418 (MatchRC.second != InputRC.second)) { in ParseConstraints()
H A DSelectionDAGBuilder.cpp7877 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in patchMatchingInput() local
7885 (MatchRC.second != InputRC.second)) { in patchMatchingInput()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4628 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4636 (MatchRC.second != InputRC.second)) { in ParseConstraints()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4410 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4418 (MatchRC.second != InputRC.second)) { in ParseConstraints()
H A DSelectionDAGBuilder.cpp7877 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in patchMatchingInput() local
7885 (MatchRC.second != InputRC.second)) { in patchMatchingInput()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4410 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4418 (MatchRC.second != InputRC.second)) { in ParseConstraints()
H A DSelectionDAGBuilder.cpp7877 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in patchMatchingInput() local
7885 (MatchRC.second != InputRC.second)) { in patchMatchingInput()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4774 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4782 (MatchRC.second != InputRC.second)) { in ParseConstraints()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4774 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4782 (MatchRC.second != InputRC.second)) { in ParseConstraints()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4814 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4822 (MatchRC.second != InputRC.second)) { in ParseConstraints()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4814 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4822 (MatchRC.second != InputRC.second)) { in ParseConstraints()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4814 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4822 (MatchRC.second != InputRC.second)) { in ParseConstraints()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4824 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4832 (MatchRC.second != InputRC.second)) { in ParseConstraints()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4814 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4822 (MatchRC.second != InputRC.second)) { in ParseConstraints()

12