/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 305 if (isPredicable()) { in findFirstPredOperandIdx() 357 bool isPredicable() const { in isPredicable() function
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 264 bool isPredicable() const { return Flags & (1 << MCID::Predicable); } in isPredicable() function 538 if (isPredicable()) { in findFirstPredOperandIdx()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 618 if (!NewMCID.isPredicable()) in ReduceTo2Addr() 622 SkipPred = !NewMCID.isPredicable(); in ReduceTo2Addr() 709 if (!NewMCID.isPredicable()) in ReduceToNarrow() 713 SkipPred = !NewMCID.isPredicable(); in ReduceToNarrow() 767 if (!MCID.isPredicable() && NewMCID.isPredicable()) in ReduceToNarrow()
|
D | ARMBaseInstrInfo.h | 94 virtual bool isPredicable(MachineInstr *MI) const;
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 29 isPredicable = false; in CGIOperandList() 95 isPredicable = true; in CGIOperandList() 305 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable"); in CodeGenInstruction()
|
D | CodeGenInstruction.h | 140 bool isPredicable; variable 229 bool isPredicable; variable
|
D | InstrInfoEmitter.cpp | 284 if (Inst.isPredicable) OS << "|(1<<MCID::Predicable)"; in emitRecord()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 756 if (!NewMCID.isPredicable()) in ReduceTo2Addr() 760 SkipPred = !NewMCID.isPredicable(); in ReduceTo2Addr() 852 if (!NewMCID.isPredicable()) in ReduceToNarrow() 856 SkipPred = !NewMCID.isPredicable(); in ReduceToNarrow() 910 if (!MCID.isPredicable() && NewMCID.isPredicable()) in ReduceToNarrow()
|
D | ARMBaseInstrInfo.h | 153 bool isPredicable(MachineInstr &MI) const override;
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 140 bool isPredicable; variable 238 bool isPredicable : 1; variable
|
D | CodeGenInstruction.cpp | 29 isPredicable = false; in CGIOperandList() 100 isPredicable = true; in CGIOperandList() 313 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable"); in CodeGenInstruction()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 256 bool isPredicable(MachineInstr *MI); 718 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets 719 if (HII->isPredicated(*MI) || !HII->isPredicable(*MI)) in isPredicable() 969 if (!DefI || !isPredicable(DefI)) in predicate() 1234 if (!RDef || !HII->isPredicable(*RDef)) in coalesceSegments() 1240 if (!RDef || !HII->isPredicable(*RDef)) in coalesceSegments()
|
D | HexagonInstrInfo.h | 227 bool isPredicable(MachineInstr &MI) const override;
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXInstrFormats.td | 49 let isPredicable = 1;
|
D | PTXInstrInfo.h | 74 virtual bool isPredicable(MachineInstr *MI) const { return true; } in isPredicable() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 565 virtual bool isPredicable(MachineInstr *MI) const { in isPredicable() function 566 return MI->getDesc().isPredicable(); in isPredicable()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetInstrInfo.cpp | 139 if (!MCID.isPredicable()) in isUnpredicatedTerminator()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 245 bool isPredicable(MachineInstr &MI) const override;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 176 bool isPredicable(MachineInstr &MI) const override;
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 1111 virtual bool isPredicable(MachineInstr &MI) const { in isPredicable() function 1112 return MI.getDesc().isPredicable(); in isPredicable()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.h | 176 bool isPredicable(MachineInstr &MI) const override;
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 170 if (!MCID.isPredicable()) in isUnpredicatedTerminator()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 168 if (!MI.isPredicable()) in isUnpredicatedTerminator()
|
/external/llvm/lib/CodeGen/ |
D | ImplicitNullChecks.cpp | 429 if (MI.mayLoad() && !MI.isPredicable() && BaseReg == PointerReg && in analyzeBlockForNullChecks()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetInstrInfoImpl.cpp | 143 if (!MCID.isPredicable()) in PredicateInstruction()
|