/external/llvm/include/llvm/CodeGen/ |
MachineConstantPool.h | 37 class MachineConstantPoolValue { 42 explicit MachineConstantPoolValue(Type *ty) : Ty(ty) {} 43 virtual ~MachineConstantPoolValue() {} 45 /// getType - get type of this MachineConstantPoolValue. 59 const MachineConstantPoolValue &V) { 73 MachineConstantPoolValue *MachineCPVal; 77 /// a target specific MachineConstantPoolValue. 84 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) 125 DenseSet<MachineConstantPoolValue*> MachineCPVsSharingEntries; 144 unsigned getConstantPoolIndex(MachineConstantPoolValue *V [all...] |
MIRYamlMapping.h | 281 struct MachineConstantPoolValue { 287 template <> struct MappingTraits<MachineConstantPoolValue> { 288 static void mapping(IO &YamlIO, MachineConstantPoolValue &Constant) { 319 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::MachineConstantPoolValue) 400 std::vector<MachineConstantPoolValue> Constants; /// Constant pool.
|
AsmPrinter.h | 45 class MachineConstantPoolValue; 319 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
|
SelectionDAGNodes.h | 45 class MachineConstantPoolValue; [all...] |
SelectionDAG.h | 35 class MachineConstantPoolValue; 490 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 493 SDValue getTargetConstantPool(MachineConstantPoolValue *C, [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZAsmPrinter.h | 34 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
|
SystemZConstantPoolValue.h | 33 class SystemZConstantPoolValue : public MachineConstantPoolValue { 45 // Override MachineConstantPoolValue.
|
SystemZConstantPoolValue.cpp | 21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {}
|
SystemZAsmPrinter.cpp | 284 EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) {
|
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.h | 132 void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) override;
|
ARMConstantPoolValue.cpp | 34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind), 43 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)),
|
ARMConstantPoolValue.h | 51 class ARMConstantPoolValue : public MachineConstantPoolValue {
|
ARMAsmPrinter.cpp | [all...] |
ARMExpandPseudoInsts.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 822 void MachineConstantPoolValue::anchor() { } 856 for (DenseSet<MachineConstantPoolValue*>::iterator I = [all...] |
MIRPrinter.cpp | 382 yaml::MachineConstantPoolValue YamlConstant;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |