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

/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h80 MachineConstantPoolValue *MachineCPVal; member in union:llvm::MachineConstantPoolEntry::__anon25485
93 Val.MachineCPVal = V;
H A DSelectionDAGNodes.h1471 MachineConstantPoolValue *MachineCPVal; member in union:ConstantPoolSDNode::__anon25502
1491 Val.MachineCPVal = v;
1507 return Val.MachineCPVal;
/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp47 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal);
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp828 return Val.MachineCPVal->getType();
835 return Val.MachineCPVal->getRelocationInfo();
842 delete Constants[i].Val.MachineCPVal;
942 Constants[i].Val.MachineCPVal->print(OS);
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h78 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal;
H A DARMBaseInstrInfo.cpp1254 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
1376 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal);
1378 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal);
H A DARMAsmPrinter.cpp1455 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
H A DARMCodeEmitter.cpp634 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp168 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1123 EmitMachineConstantPoolValue(CPE.Val.MachineCPVal);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6616 return Val.MachineCPVal->getType();

Completed in 5849 milliseconds