Home
last modified time | relevance | path

Searched refs:ACPV (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
H A DARMConstantPoolValue.h123 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
194 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
232 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
236 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
237 return ACPV->isExtSymbol(); in classof()
268 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
272 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
273 return ACPV->isMachineBasicBlock(); in classof()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
H A DARMConstantPoolValue.h123 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
194 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
232 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
236 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
237 return ACPV->isExtSymbol(); in classof()
268 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
272 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
273 return ACPV->isMachineBasicBlock(); in classof()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/ARM/
H A DARMConstantPoolValue.cpp86 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
87 if (ACPV->Kind == Kind && in hasSameValue()
88 ACPV->PCAdjust == PCAdjust && in hasSameValue()
89 ACPV->Modifier == Modifier && in hasSameValue()
90 ACPV->LabelId == LabelId && in hasSameValue()
91 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
203 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
243 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
283 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) {
88 if (ACPV->Kind == Kind &&
89 ACPV->PCAdjust == PCAdjust &&
90 ACPV->Modifier == Modifier &&
91 ACPV->LabelId == LabelId &&
92 ACPV->AddCurrentAddress == AddCurrentAddress) {
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) {
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) {
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) {
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV);
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
H A DARMConstantPoolValue.h121 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
192 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
230 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
234 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
235 return ACPV->isExtSymbol(); in classof()
266 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
270 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
271 return ACPV->isMachineBasicBlock(); in classof()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
H A DARMConstantPoolValue.h121 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
192 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
230 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
234 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
235 return ACPV->isExtSymbol(); in classof()
266 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
270 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
271 return ACPV->isMachineBasicBlock(); in classof()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) {
88 if (ACPV->Kind == Kind &&
89 ACPV->PCAdjust == PCAdjust &&
90 ACPV->Modifier == Modifier &&
91 ACPV->LabelId == LabelId &&
92 ACPV->AddCurrentAddress == AddCurrentAddress) {
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) {
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) {
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) {
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in isOffsetInRange()
[all …]
H A DARMConstantPoolValue.h121 virtual bool hasSameValue(ARMConstantPoolValue *ACPV); in ARMConstantPoolConstant()
192 bool hasSameValue(ARMConstantPoolValue *ACPV) override; in ARMConstantPoolConstant()
230 bool hasSameValue(ARMConstantPoolValue *ACPV) override; in addSelectionDAGCSEId()
234 static bool classof(const ARMConstantPoolValue *ACPV) { in addSelectionDAGCSEId()
235 return ACPV->isExtSymbol(); in addSelectionDAGCSEId()
266 bool hasSameValue(ARMConstantPoolValue *ACPV) override; in hasSameValue()
270 static bool classof(const ARMConstantPoolValue *ACPV) { in hasSameValue()
271 return ACPV->isMachineBasicBlock(); in hasSameValue()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
H A DARMConstantPoolValue.h121 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
192 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
230 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
234 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
235 return ACPV->isExtSymbol(); in classof()
266 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
270 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
271 return ACPV->isMachineBasicBlock(); in classof()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
H A DARMConstantPoolValue.h121 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
192 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
230 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
234 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
235 return ACPV->isExtSymbol(); in classof()
266 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
270 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
271 return ACPV->isMachineBasicBlock(); in classof()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
H A DARMConstantPoolValue.h121 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
192 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
230 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
234 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
235 return ACPV->isExtSymbol(); in classof()
266 bool hasSameValue(ARMConstantPoolValue *ACPV) override;
270 static bool classof(const ARMConstantPoolValue *ACPV) { in classof() argument
271 return ACPV->isMachineBasicBlock(); in classof()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
88 if (ACPV->Kind == Kind && in hasSameValue()
89 ACPV->PCAdjust == PCAdjust && in hasSameValue()
90 ACPV->Modifier == Modifier && in hasSameValue()
91 ACPV->LabelId == LabelId && in hasSameValue()
92 ACPV->AddCurrentAddress == AddCurrentAddress) { in hasSameValue()
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) { in hasSameValue() argument
285 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV); in hasSameValue()
[all …]

123