HomeSort by relevance Sort by last modified time
    Searched defs:reverseBranchCondition (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.cpp 198 bool WebAssemblyInstrInfo::reverseBranchCondition(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 133 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCInstrInfo.cpp 338 bool ARCInstrInfo::reverseBranchCondition(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 395 bool RISCVInstrInfo::reverseBranchCondition(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRInstrInfo.cpp 467 bool AVRInstrInfo::reverseBranchCondition(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 644 // reverseBranchCondition - Reverses the branch condition of the specified
647 bool LanaiInstrInfo::reverseBranchCondition(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 181 /// reverseBranchCondition - Return the inverse opcode of the
183 bool MipsInstrInfo::reverseBranchCondition(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 298 bool SparcInstrInfo::reverseBranchCondition(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 404 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetInstrInfo.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 285 bool AArch64InstrInfo::reverseBranchCondition(
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 934 R600InstrInfo::reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
SIInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
IfConversion.cpp 226 bool reverseBranchCondition(BBInfo &BBI) const;
520 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const {
522 if (!TII->reverseBranchCondition(BBI.BrCond)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 498 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 477 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
    [all...]

Completed in 2049 milliseconds