Home
last modified time | relevance | path

Searched refs:OldOpcode (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp238 static int getBranchNzeroOpcode(int OldOpcode);
239 static int getBranchZeroOpcode(int OldOpcode);
240 static int getContinueNzeroOpcode(int OldOpcode);
241 static int getContinueZeroOpcode(int OldOpcode);
511 int AMDGPUCFGStructurizer::getBranchNzeroOpcode(int OldOpcode) { in getBranchNzeroOpcode() argument
512 switch(OldOpcode) { in getBranchNzeroOpcode()
522 int AMDGPUCFGStructurizer::getBranchZeroOpcode(int OldOpcode) { in getBranchZeroOpcode() argument
523 switch(OldOpcode) { in getBranchZeroOpcode()
533 int AMDGPUCFGStructurizer::getContinueNzeroOpcode(int OldOpcode) { in getContinueNzeroOpcode() argument
534 switch(OldOpcode) { in getContinueNzeroOpcode()
[all …]
/external/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp101 unsigned mergedOpcode(unsigned OldOpcode, bool ImmediateOffset) { in mergedOpcode() argument
102 switch (OldOpcode) { in mergedOpcode()
DLanaiInstrInfo.cpp228 inline static unsigned flagSettingOpcodeVariant(unsigned OldOpcode) { in flagSettingOpcodeVariant() argument
229 switch (OldOpcode) { in flagSettingOpcodeVariant()