Searched refs:MachineCPVal (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h80 MachineConstantPoolValue *MachineCPVal; member in union:llvm::MachineConstantPoolEntry::__anon1917
93 Val.MachineCPVal = V;
H A DSelectionDAGNodes.h1284 MachineConstantPoolValue *MachineCPVal; member in union:llvm::SDNode::ConstantPoolSDNode::__anon1929
1304 Val.MachineCPVal = v;
1321 return Val.MachineCPVal;
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp47 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal);
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp172 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal;
225 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal;
280 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal;
H A DARMBaseInstrInfo.cpp1237 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
1356 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal);
1358 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal);
H A DARMAsmPrinter.cpp1568 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
H A DARMCodeEmitter.cpp642 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp774 return Val.MachineCPVal->getType();
781 return Val.MachineCPVal->getRelocationInfo();
788 delete Constants[i].Val.MachineCPVal;
888 Constants[i].Val.MachineCPVal->print(OS);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1054 EmitMachineConstantPoolValue(CPE.Val.MachineCPVal);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6262 return Val.MachineCPVal->getType();

Completed in 229 milliseconds