Home
last modified time | relevance | path

Searched refs:Inverted (Results 1 – 25 of 40) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerBrUnless.cpp72 bool Inverted = false; in runOnMachineFunction() local
82 Inverted = true; in runOnMachineFunction()
86 Inverted = true; in runOnMachineFunction()
90 Inverted = true; in runOnMachineFunction()
94 Inverted = true; in runOnMachineFunction()
98 Inverted = true; in runOnMachineFunction()
102 Inverted = true; in runOnMachineFunction()
106 Inverted = true; in runOnMachineFunction()
110 Inverted = true; in runOnMachineFunction()
114 Inverted = true; in runOnMachineFunction()
[all …]
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerBrUnless.cpp72 bool Inverted = false; in runOnMachineFunction() local
82 Inverted = true; in runOnMachineFunction()
86 Inverted = true; in runOnMachineFunction()
90 Inverted = true; in runOnMachineFunction()
94 Inverted = true; in runOnMachineFunction()
98 Inverted = true; in runOnMachineFunction()
102 Inverted = true; in runOnMachineFunction()
106 Inverted = true; in runOnMachineFunction()
110 Inverted = true; in runOnMachineFunction()
114 Inverted = true; in runOnMachineFunction()
[all …]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerBrUnless.cpp70 bool Inverted = false; in runOnMachineFunction() local
78 case EQ_I32: Def->setDesc(TII.get(NE_I32)); Inverted = true; break; in runOnMachineFunction()
79 case NE_I32: Def->setDesc(TII.get(EQ_I32)); Inverted = true; break; in runOnMachineFunction()
80 case GT_S_I32: Def->setDesc(TII.get(LE_S_I32)); Inverted = true; break; in runOnMachineFunction()
81 case GE_S_I32: Def->setDesc(TII.get(LT_S_I32)); Inverted = true; break; in runOnMachineFunction()
82 case LT_S_I32: Def->setDesc(TII.get(GE_S_I32)); Inverted = true; break; in runOnMachineFunction()
83 case LE_S_I32: Def->setDesc(TII.get(GT_S_I32)); Inverted = true; break; in runOnMachineFunction()
84 case GT_U_I32: Def->setDesc(TII.get(LE_U_I32)); Inverted = true; break; in runOnMachineFunction()
85 case GE_U_I32: Def->setDesc(TII.get(LT_U_I32)); Inverted = true; break; in runOnMachineFunction()
86 case LT_U_I32: Def->setDesc(TII.get(GE_U_I32)); Inverted = true; break; in runOnMachineFunction()
[all …]
/external/llvm-project/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp855 bool Inverted; in rewriteCMov() local
856 std::tie(CondReg, Inverted) = in rewriteCMov()
867 .setImm(Inverted ? X86::COND_E : X86::COND_NE); in rewriteCMov()
881 bool Inverted; in rewriteFCMov() local
882 std::tie(CondReg, Inverted) = in rewriteFCMov()
890 auto getFCMOVOpcode = [](unsigned Opcode, bool Inverted) { in rewriteFCMov() argument
897 return Inverted ? X86::CMOVE_Fp32 : X86::CMOVNE_Fp32; in rewriteFCMov()
902 return Inverted ? X86::CMOVE_Fp64 : X86::CMOVNE_Fp64; in rewriteFCMov()
907 return Inverted ? X86::CMOVE_Fp80 : X86::CMOVNE_Fp80; in rewriteFCMov()
912 CMovI.setDesc(TII->get(getFCMOVOpcode(CMovI.getOpcode(), Inverted))); in rewriteFCMov()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp869 bool Inverted; in rewriteCMov() local
870 std::tie(CondReg, Inverted) = in rewriteCMov()
881 .setImm(Inverted ? X86::COND_E : X86::COND_NE); in rewriteCMov()
895 bool Inverted; in rewriteFCMov() local
896 std::tie(CondReg, Inverted) = in rewriteFCMov()
904 auto getFCMOVOpcode = [](unsigned Opcode, bool Inverted) { in rewriteFCMov() argument
911 return Inverted ? X86::CMOVE_Fp32 : X86::CMOVNE_Fp32; in rewriteFCMov()
916 return Inverted ? X86::CMOVE_Fp64 : X86::CMOVNE_Fp64; in rewriteFCMov()
921 return Inverted ? X86::CMOVE_Fp80 : X86::CMOVNE_Fp80; in rewriteFCMov()
926 CMovI.setDesc(TII->get(getFCMOVOpcode(CMovI.getOpcode(), Inverted))); in rewriteFCMov()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_button.cpp23 (void*)XFA_AttributeValue::Inverted},
Dcxfa_corner.cpp26 {XFA_Attribute::Inverted, XFA_AttributeType::Boolean, (void*)0},
Dcxfa_stroke.cpp140 return JSObject()->GetBoolean(XFA_Attribute::Inverted); in IsInverted()
Dattribute_values.inc147 VALUE____(0x7b95e661u, "inverted", Inverted)
Dattributes.inc156 ATTR____(0x7b95e661u, "inverted", Inverted, Basic)
/external/llvm-project/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1330 const SCEV *MaxIter, bool Inverted, bool SkipLastIter, in optimizeLoopExitWithUnknownExitCount() argument
1349 if (Inverted) in optimizeLoopExitWithUnknownExitCount()
1356 foldExit(L, ExitingBB, Inverted, DeadInsts); in optimizeLoopExitWithUnknownExitCount()
1360 if (Inverted) in optimizeLoopExitWithUnknownExitCount()
1388 foldExit(L, ExitingBB, Inverted, DeadInsts); in optimizeLoopExitWithUnknownExitCount()
1464 auto OptimizeCond = [&](bool Inverted, bool SkipLastIter) { in optimizeLoopExits() argument
1466 L, BI, ExitingBB, MaxExitCount, Inverted, SkipLastIter, SE, in optimizeLoopExits()
/external/mesa3d/docs/relnotes/
D10.4.1.rst36 Inverted bumpmap in webgl applications
D10.3.6.rst38 Inverted bumpmap in webgl applications
D9.2.5.rst38 Certain Mesa Demos Rendering Inverted (vertically)
D10.0.rst77 Certain Mesa Demos Rendering Inverted (vertically)
D10.5.0.rst63 Inverted bumpmap in webgl applications
/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.cpp76 case XFA_AttributeValue::Inverted: in UpdateWidgetProperty()
/external/fmtlib/doc/bootstrap/
Dvariables.less386 // Inverted navbar
392 // Inverted navbar links
401 // Inverted navbar brand label
406 // Inverted navbar toggle
Dtheme.less131 // Inverted navbar
/external/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp1291 auto Inverted = invertCondition(Condition); in convertToGuardPredicates() local
1293 Phi->addIncoming(Inverted, In); in convertToGuardPredicates()
DLocal.cpp3245 auto *Inverted = in invertCondition() local
3248 Inverted->insertAfter(Inst); in invertCondition()
3250 Inverted->insertBefore(&*Parent->getFirstInsertionPt()); in invertCondition()
3251 return Inverted; in invertCondition()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h249 Value *simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, bool Inverted);
DInstCombineAndOrXor.cpp816 bool Inverted) { in simplifyRangeCheck() argument
823 ICmpInst::Predicate Pred0 = (Inverted ? Cmp0->getInversePredicate() : in simplifyRangeCheck()
831 ICmpInst::Predicate Pred1 = (Inverted ? Cmp1->getInversePredicate() : in simplifyRangeCheck()
861 if (Inverted) in simplifyRangeCheck()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp753 bool Inverted) { in simplifyRangeCheck() argument
760 ICmpInst::Predicate Pred0 = (Inverted ? Cmp0->getInversePredicate() : in simplifyRangeCheck()
768 ICmpInst::Predicate Pred1 = (Inverted ? Cmp1->getInversePredicate() : in simplifyRangeCheck()
797 if (Inverted) in simplifyRangeCheck()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h105 Value *simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, bool Inverted);

12