/external/llvm/include/llvm/CodeGen/ |
MachineConstantPool.h | 36 class MachineConstantPoolValue { 41 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} 42 virtual ~MachineConstantPoolValue() {} 44 /// getType - get type of this MachineConstantPoolValue. 65 const MachineConstantPoolValue &V) { 80 MachineConstantPoolValue *MachineCPVal; 84 /// a target specific MachineConstantPoolValue. 91 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) 139 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries; 156 unsigned getConstantPoolIndex(MachineConstantPoolValue *V,unsigned Alignment) [all...] |
AsmPrinter.h | 38 class MachineConstantPoolValue; 272 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
|
SelectionDAG.h | 33 class MachineConstantPoolValue; 410 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 413 SDValue getTargetConstantPool(MachineConstantPoolValue *C, [all...] |
SelectionDAGNodes.h | 43 class MachineConstantPoolValue; [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZConstantPoolValue.h | 29 class SystemZConstantPoolValue : public MachineConstantPoolValue { 41 // Override MachineConstantPoolValue.
|
SystemZAsmPrinter.h | 39 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV)
|
SystemZConstantPoolValue.cpp | 21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {}
|
SystemZAsmPrinter.cpp | 46 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) {
|
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.h | 124 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) LLVM_OVERRIDE;
|
ARMConstantPoolValue.h | 51 class ARMConstantPoolValue : public MachineConstantPoolValue {
|
ARMConstantPoolValue.cpp | 34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), 43 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)),
|
ARMAsmPrinter.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 788 void MachineConstantPoolValue::anchor() { } 811 for (DenseSet<MachineConstantPoolValue*>::iterator I = 886 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |