Home
last modified time | relevance | path

Searched refs:InvertCondition (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp138 GuardsPerBlock, bool InvertCondition = false);
188 Value *&Result, bool InvertCondition);
259 bool InvertCondition) { in widenGuard() argument
263 InvertCondition); in widenGuard()
330 GuardsInBlock, bool InvertCondition) { in eliminateInstrViaWidening() argument
371 auto Score = computeWideningScore(Instr, Candidate, InvertCondition); in eliminateInstrViaWidening()
393 widenGuard(BestSoFar, getCondition(Instr), InvertCondition); in eliminateInstrViaWidening()
394 auto NewGuardCondition = InvertCondition in eliminateInstrViaWidening()
500 bool InvertCondition) { in widenCondCommon() argument
510 if (InvertCondition) in widenCondCommon()
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp138 GuardsPerBlock, bool InvertCondition = false);
188 Value *&Result, bool InvertCondition);
259 bool InvertCondition) { in widenGuard() argument
263 InvertCondition); in widenGuard()
330 GuardsInBlock, bool InvertCondition) { in eliminateInstrViaWidening() argument
371 auto Score = computeWideningScore(Instr, Candidate, InvertCondition); in eliminateInstrViaWidening()
393 widenGuard(BestSoFar, getCondition(Instr), InvertCondition); in eliminateInstrViaWidening()
394 auto NewGuardCondition = InvertCondition in eliminateInstrViaWidening()
500 bool InvertCondition) { in widenCondCommon() argument
510 if (InvertCondition) in widenCondCommon()
[all …]
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc605 b(&done, InvertCondition(cond)); in B()
1284 cond = InvertCondition(cond); in CselHelper()
1358 InvertCondition(cond))) { in CselSubHelperTwoImmediates()
Dassembler-aarch64.cc759 csinc(rd, zr, zr, InvertCondition(cond)); in cset()
766 csinv(rd, zr, zr, InvertCondition(cond)); in csetm()
772 csinc(rd, rn, rn, InvertCondition(cond)); in cinc()
778 csinv(rd, rn, rn, InvertCondition(cond)); in cinv()
784 csneg(rd, rn, rn, InvertCondition(cond)); in cneg()
Dconstants-aarch64.h299 inline Condition InvertCondition(Condition cond) { in InvertCondition() function
Ddisasm-aarch64.cc10517 cond = InvertCondition(static_cast<Condition>(instr->GetCondition())); in SubstituteConditionField()
Dmacro-assembler-aarch64.h1099 InvertCondition(static_cast<Condition>(type))); in InvertBranchType()