Home
last modified time | relevance | path

Searched refs:replaceWithBRcc (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/Target/ARC/
DARCBranchFinalize.cpp51 void replaceWithBRcc(MachineInstr *MI) const;
114 void ARCBranchFinalize::replaceWithBRcc(MachineInstr *MI) const { in replaceWithBRcc() function in ARCBranchFinalize
172 isInt<9>(MaxSize) ? replaceWithBRcc(P.first) : replaceWithCmpBcc(P.first); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCBranchFinalize.cpp51 void replaceWithBRcc(MachineInstr *MI) const;
114 void ARCBranchFinalize::replaceWithBRcc(MachineInstr *MI) const { in replaceWithBRcc() function in ARCBranchFinalize
172 isInt<9>(MaxSize) ? replaceWithBRcc(P.first) : replaceWithCmpBcc(P.first); in runOnMachineFunction()