OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineConstantPoolValue
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineConstantPool.h
36
class
MachineConstantPoolValue
{
40
explicit
MachineConstantPoolValue
(Type *ty) : Ty(ty) {}
41
virtual ~
MachineConstantPoolValue
() {}
43
/// getType - get type of this
MachineConstantPoolValue
.
64
const
MachineConstantPoolValue
&V) {
79
MachineConstantPoolValue
*MachineCPVal;
83
/// a target specific
MachineConstantPoolValue
.
90
MachineConstantPoolEntry(
MachineConstantPoolValue
*V, unsigned A)
138
DenseSet<
MachineConstantPoolValue
*> MachineCPVsSharingEntries;
153
unsigned getConstantPoolIndex(
MachineConstantPoolValue
*V,unsigned Alignment)
[
all
...]
AsmPrinter.h
42
class
MachineConstantPoolValue
;
264
virtual void EmitMachineConstantPoolValue(
MachineConstantPoolValue
*MCPV);
SelectionDAGNodes.h
42
class
MachineConstantPoolValue
;
[
all
...]
SelectionDAG.h
32
class
MachineConstantPoolValue
;
377
SDValue getConstantPool(
MachineConstantPoolValue
*C, EVT VT,
380
SDValue getTargetConstantPool(
MachineConstantPoolValue
*C,
[
all
...]
/external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp
29
:
MachineConstantPoolValue
((Type*)cval->getType()),
38
:
MachineConstantPoolValue
((Type*)Type::getInt32Ty(C)),
44
:
MachineConstantPoolValue
((Type*)Type::getInt32Ty(gv->getContext())),
ARMAsmPrinter.h
123
virtual void EmitMachineConstantPoolValue(
MachineConstantPoolValue
*MCPV);
ARMConstantPoolValue.h
49
class ARMConstantPoolValue : public
MachineConstantPoolValue
{
ARMAsmPrinter.cpp
763
EmitMachineConstantPoolValue(
MachineConstantPoolValue
*MCPV) {
[
all
...]
/external/llvm/lib/CodeGen/
MachineFunction.cpp
639
for (DenseSet<
MachineConstantPoolValue
*>::iterator I =
711
unsigned MachineConstantPool::getConstantPoolIndex(
MachineConstantPoolValue
*V,
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
Completed in 760 milliseconds