Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4279 int PredRevOpcode = -1; in reversePrediction() local
4281 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()
4283 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()
4284 assert(PredRevOpcode > 0); in reversePrediction()
4285 return PredRevOpcode; in reversePrediction()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4417 int PredRevOpcode = -1; in reversePrediction() local
4419 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()
4421 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()
4422 assert(PredRevOpcode > 0); in reversePrediction()
4423 return PredRevOpcode; in reversePrediction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4676 int PredRevOpcode = -1; in reversePrediction() local
4678 PredRevOpcode = Hexagon::notTakenBranchPrediction(Opcode); in reversePrediction()
4680 PredRevOpcode = Hexagon::takenBranchPrediction(Opcode); in reversePrediction()
4681 assert(PredRevOpcode > 0); in reversePrediction()
4682 return PredRevOpcode; in reversePrediction()