/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 79 MachineConstantPoolValue *MachineCPVal; member 92 Val.MachineCPVal = V; in MachineConstantPoolEntry()
|
D | SelectionDAGNodes.h | 1282 MachineConstantPoolValue *MachineCPVal; 1302 Val.MachineCPVal = v; 1319 return Val.MachineCPVal;
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 73 MachineConstantPoolValue *MachineCPVal; member 86 Val.MachineCPVal = V; in MachineConstantPoolEntry()
|
D | SelectionDAGNodes.h | 1436 MachineConstantPoolValue *MachineCPVal; 1456 Val.MachineCPVal = v; 1472 return Val.MachineCPVal;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 72 MachineConstantPoolValue *MachineCPVal; member 86 Val.MachineCPVal = V; in MachineConstantPoolEntry()
|
D | SelectionDAGNodes.h | 1673 MachineConstantPoolValue *MachineCPVal; 1694 Val.MachineCPVal = v; 1710 return Val.MachineCPVal;
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 173 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal; in getExistingMachineCPValue() 238 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal; in getExistingMachineCPValue() 294 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal; in getExistingMachineCPValue()
|
D | ARMBaseInstrInfo.cpp | 1085 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV() 1204 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue() 1206 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
|
D | ARMCodeEmitter.cpp | 633 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in emitConstPoolInstruction()
|
D | ARMAsmPrinter.cpp | 1497 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 37 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 37 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineFunction.cpp | 624 return Val.MachineCPVal->getType(); in getType() 631 return Val.MachineCPVal->getRelocationInfo(); in getRelocationInfo() 638 delete Constants[i].Val.MachineCPVal; in ~MachineConstantPool() 736 Constants[i].Val.MachineCPVal->print(OS); in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 949 return Val.MachineCPVal->getType(); in getType() 983 Deleted.insert(Constants[i].Val.MachineCPVal); in ~MachineConstantPool() 984 delete Constants[i].Val.MachineCPVal; in ~MachineConstantPool() 1084 Constants[i].Val.MachineCPVal->print(OS); in print()
|
D | MIRPrinter.cpp | 456 Constant.Val.MachineCPVal->print(StrOS); in convert()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 869 return Val.MachineCPVal->getType(); in getType() 900 delete Constants[i].Val.MachineCPVal; in ~MachineConstantPool() 997 Constants[i].Val.MachineCPVal->print(OS); in print()
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 78 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal; in getExistingMachineCPValueImpl()
|
D | ARMBaseInstrInfo.cpp | 1371 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV() 1493 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue() 1495 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
|
D | ARMAsmPrinter.cpp | 1593 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 88 static_cast<ARMConstantPoolValue*>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
|
D | ARMConstantPoolValue.cpp | 197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
|
D | ARMBaseInstrInfo.cpp | 1540 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV() 1671 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue() 1673 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
|
D | ARMAsmPrinter.cpp | 1528 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 170 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 192 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
|