Searched defs:MachineCPVal (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h73 MachineConstantPoolValue *MachineCPVal; member in union:llvm::MachineConstantPoolEntry::__anon12361
86 Val.MachineCPVal = V;
H A DSelectionDAGNodes.h1436 MachineConstantPoolValue *MachineCPVal; member in union:ConstantPoolSDNode::__anon12374
1456 Val.MachineCPVal = v;
1472 return Val.MachineCPVal;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineConstantPool.h79 MachineConstantPoolValue *MachineCPVal; member in union:llvm::MachineConstantPoolEntry::__anon19623
92 Val.MachineCPVal = V;
H A DSelectionDAGNodes.h1282 MachineConstantPoolValue *MachineCPVal; member in union:llvm::SDNode::ConstantPoolSDNode::__anon19634
1302 Val.MachineCPVal = v;
1319 return Val.MachineCPVal;

Completed in 172 milliseconds