/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 49 const PseudoSourceValue *PseudoSourceValue::getJumpTable() in getJumpTable() function in PseudoSourceValue 87 this == getJumpTable()) in isConstant() 97 this == getJumpTable()) in isAliased() 106 this == getJumpTable()) in mayAlias()
|
D | MachineInstr.cpp | 353 MachinePointerInfo MachinePointerInfo::getJumpTable() { in getJumpTable() function in MachinePointerInfo 354 return MachinePointerInfo(PseudoSourceValue::getJumpTable()); in getJumpTable()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 78 static const PseudoSourceValue *getJumpTable();
|
D | MachineMemOperand.h | 62 static MachinePointerInfo getJumpTable();
|
D | MachineRelocation.h | 178 static MachineRelocation getJumpTable(uintptr_t offset,unsigned RelocationType,
|
D | SelectionDAG.h | 364 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 367 return getJumpTable(JTI, VT, true, TargetFlags);
|
/external/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.h | 56 InstJumpTable *getJumpTable() const { in getJumpTable() function
|
/external/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 112 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
|
D | MachineInstr.cpp | 487 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo 488 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 125 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
|
D | MachineOperand.cpp | 962 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo 963 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 174 const PseudoSourceValue *getJumpTable();
|
D | MachineMemOperand.h | 72 static MachinePointerInfo getJumpTable(MachineFunction &MF);
|
D | SelectionDAG.h | 536 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 539 return getJumpTable(JTI, VT, true, TargetFlags);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 185 const PseudoSourceValue *getJumpTable();
|
D | MachineMemOperand.h | 107 static MachinePointerInfo getJumpTable(MachineFunction &MF);
|
D | SelectionDAG.h | 626 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 629 return getJumpTable(JTI, VT, true, TargetFlags);
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 223 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 175 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in GetRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 338 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 502 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
|
D | ARMISelLowering.cpp | 3002 MachinePointerInfo::getJumpTable(), in LowerBR_JT() 3009 MachinePointerInfo::getJumpTable(), false, false, 0); in LowerBR_JT() 5825 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(), in EmitSjLjDispatchBlock() 5869 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(), in EmitSjLjDispatchBlock()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1688 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2307 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4137 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in LowerBR_JT() 4145 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in LowerBR_JT() 7607 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4); in EmitSjLjDispatchBlock() 7690 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4); in EmitSjLjDispatchBlock()
|