HomeSort by relevance Sort by last modified time
    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);
SelectionDAG.h 32 class MachineConstantPoolValue;
377 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
380 SDValue getTargetConstantPool(MachineConstantPoolValue *C,
    [all...]
SelectionDAGNodes.h 43 class MachineConstantPoolValue;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 123 virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV);
ARMConstantPoolValue.h 51 class ARMConstantPoolValue : public MachineConstantPoolValue {
ARMConstantPoolValue.cpp 34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind),
43 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)),
ARMAsmPrinter.cpp 842 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 375 milliseconds