Home
last modified time | relevance | path

Searched refs:isPredicable (Results 1 – 25 of 111) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonPseudo.td162 let isCall = 1, hasSideEffects = 1, isPredicable = 0,
179 isPredicable = 0 in
208 let isPredicable = 0; // !if(isPred, 0, 1);
220 isPredicable = 1, hasSideEffects = 0, InputType = "reg",
234 isCodeGenOnly = 1, Defs = [PC], Uses = [R28], isPredicable = 0 in
238 let isPseudo = 1, isCall = 1, isReturn = 1, isBarrier = 1, isPredicable = 0,
244 let isPseudo = 1, isCall = 1, isReturn = 1, isBarrier = 1, isPredicable = 0,
337 isPredicable = 1,
353 Defs = [R29, R30, R31, PC], isPredicable = 0, isAsmParserOnly = 1 in {
DHexagonExpandCondsets.cpp219 bool isPredicable(MachineInstr *MI);
722 bool HexagonExpandCondsets::isPredicable(MachineInstr *MI) { in isPredicable() function in HexagonExpandCondsets
723 if (HII->isPredicated(*MI) || !HII->isPredicable(*MI)) in isPredicable()
967 if (!DefI || !isPredicable(DefI)) in predicate()
1234 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1245 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
DHexagonEarlyIfConv.cpp482 if (!HII->isPredicable(*Def1) || !HII->isPredicable(*Def3)) in computePhiCost()
681 return MI->mayStore() && HII->isPredicable(const_cast<MachineInstr&>(*MI)); in isPredicableStore()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h305 if (isPredicable()) { in findFirstPredOperandIdx()
357 bool isPredicable() const { in isPredicable() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h264 bool isPredicable() const { return Flags & (1 << MCID::Predicable); } in isPredicable() function
538 if (isPredicable()) { in findFirstPredOperandIdx()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2SizeReduction.cpp618 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h306 bool isPredicable() const { return Flags & (1ULL << MCID::Predicable); } in isPredicable() function
580 if (isPredicable()) { in findFirstPredOperandIdx()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp29 isPredicable = false; in CGIOperandList()
95 isPredicable = true; in CGIOperandList()
305 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable"); in CodeGenInstruction()
DCodeGenInstruction.h140 bool isPredicable; variable
229 bool isPredicable; variable
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp756 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()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h140 bool isPredicable; variable
238 bool isPredicable : 1; variable
DCodeGenInstruction.cpp29 isPredicable = false; in CGIOperandList()
100 isPredicable = true; in CGIOperandList()
313 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable"); in CodeGenInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp786 if (!NewMCID.isPredicable()) in ReduceTo2Addr()
790 SkipPred = !NewMCID.isPredicable(); in ReduceTo2Addr()
879 if (!NewMCID.isPredicable()) in ReduceToNarrow()
883 SkipPred = !NewMCID.isPredicable(); in ReduceToNarrow()
933 if (!MCID.isPredicable() && NewMCID.isPredicable()) in ReduceToNarrow()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h140 bool isPredicable; variable
241 bool isPredicable : 1; variable
DCodeGenInstruction.cpp29 isPredicable = false; in CGIOperandList()
101 isPredicable = true; in CGIOperandList()
317 isPredicable = Operands.isPredicable || R->getValueAsBit("isPredicable"); in CodeGenInstruction()
DInstrDocsEmitter.cpp118 FLAG(isPredicable) in EmitInstrDocs()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp256 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()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrFormats.td49 let isPredicable = 1;
DPTXInstrInfo.h74 virtual bool isPredicable(MachineInstr *MI) const { return true; } in isPredicable() function
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h565 virtual bool isPredicable(MachineInstr *MI) const { in isPredicable() function
566 return MI->getDesc().isPredicable(); in isPredicable()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetInstrInfo.cpp139 if (!MCID.isPredicable()) in isUnpredicatedTerminator()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h245 bool isPredicable(MachineInstr &MI) const override;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h176 bool isPredicable(MachineInstr &MI) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h222 bool isPredicable(const MachineInstr &MI) const override;
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1111 virtual bool isPredicable(MachineInstr &MI) const { in isPredicable() function
1112 return MI.getDesc().isPredicable(); in isPredicable()

12345