Searched refs:ARMConstantPoolValue (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp1 //===- ARMConstantPoolValue.cpp - ARM constantpool value ------------------===//
13 #include "ARMConstantPoolValue.h"
30 // ARMConstantPoolValue
33 ARMConstantPoolValue::ARMConstantPoolValue(Type *Ty, unsigned id, function in class:ARMConstantPoolValue
42 ARMConstantPoolValue::ARMConstantPoolValue(LLVMContext &C, unsigned id, function in class:ARMConstantPoolValue
51 ARMConstantPoolValue::~ARMConstantPoolValue() = default;
53 StringRef ARMConstantPoolValue
[all...]
H A DARMConstantPoolValue.h1 //===- ARMConstantPoolValue.h - ARM constantpool value ----------*- C++ -*-===//
58 /// ARMConstantPoolValue - ARM specific constantpool value. This is used to
61 class ARMConstantPoolValue : public MachineConstantPoolValue { class in namespace:llvm
70 ARMConstantPoolValue(Type *Ty, unsigned id, ARMCP::ARMCPKind Kind,
74 ARMConstantPoolValue(LLVMContext &C, unsigned id, ARMCP::ARMCPKind Kind,
85 static_cast<ARMConstantPoolValue*>(Constants[i].Val.MachineCPVal);
96 ~ARMConstantPoolValue() override;
121 virtual bool hasSameValue(ARMConstantPoolValue *ACPV);
123 bool equals(const ARMConstantPoolValue *A) const {
134 inline raw_ostream &operator<<(raw_ostream &O, const ARMConstantPoolValue
[all...]
H A DARMBaseInstrInfo.cpp15 #include "ARMConstantPoolValue.h"
1709 ARMConstantPoolValue *ACPV =
1710 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
1713 ARMConstantPoolValue *NewCPV = nullptr;
1839 ARMConstantPoolValue *ACPV0 =
1840 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal);
1841 ARMConstantPoolValue *ACPV1 =
1842 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal);
H A DARMAsmPrinter.cpp16 #include "ARMConstantPoolValue.h"
881 ARMConstantPoolValue *ACPV = static_cast<ARMConstantPoolValue*>(MCPV);
H A DARMFastISel.cpp19 #include "ARMConstantPoolValue.h"
572 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id,
2953 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(
H A DARMFrameLowering.cpp16 #include "ARMConstantPoolValue.h"
2455 ARMConstantPoolValue *NewCPV = ARMConstantPoolSymbol::Create(
H A DARMISelLowering.cpp18 #include "ARMConstantPoolValue.h"
2473 ARMConstantPoolValue *CPV =
2487 ARMConstantPoolValue *CPV =
2540 ARMConstantPoolValue *CPV =
3268 ARMConstantPoolValue *CPV =
3418 ARMConstantPoolValue *CPV =
3468 ARMConstantPoolValue *CPV =
3488 ARMConstantPoolValue *CPV =
3704 ARMConstantPoolValue *CPV =
3918 ARMConstantPoolValue *CP
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1074 SRCS_MIN+= Target/ARM/ARMConstantPoolValue.cpp

Completed in 139 milliseconds