Searched defs:NotX (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 3646 Value *NotX = Builder.CreateNot(X, X->getName() + ".not"); in sinkNotIntoXor() local 3678 Value *NotX = Builder.CreateNot(X); in foldNotXor() local 3964 Value *NotX = Builder.CreateNot(X); in foldNot() local 3982 Value *NotX = Builder.CreateNot(X); in foldNot() local 4169 Value *NotX = Builder.CreateNot(X); in visitXor() local 4175 Value *NotX = Builder.CreateNot(X); in visitXor() local
|
H A D | InstCombineAddSub.cpp | 973 Value *NotX = Builder.CreateNot(X); in foldAddWithConstant() local
|
H A D | InstructionCombining.cpp | 3198 Value *NotX = Builder.CreateNot(X, "not." + X->getName()); in visitBranchInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2959 Value *NotX = Builder.CreateNot(X, X->getName() + ".not"); in sinkNotIntoXor() local 3036 Value *NotX = Builder.CreateNot(NotVal->getOperand(0), "notlhs"); in visitXor() local 3266 Value *NotX = Builder.CreateNot(LHS); in visitXor() local
|
H A D | InstCombineAddSub.cpp | 944 Value *NotX = Builder.CreateNot(X); in foldAddWithConstant() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2521 Value *NotX = in visitXor() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1332 SDValue NotX = DAG.getNOT(SDLoc(X), X, OpVT); in simplifySetCCWithAnd() local
|
H A D | DAGCombiner.cpp | 4229 SDValue NotX = DAG.getNOT(SDLoc(X), X, VT); in visitXOR() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 6998 SDValue NotX = DAG.getNOT(DL, X, VT); in unfoldMaskedMerge() local 7133 SDValue NotX = DAG.getNOT(SDLoc(X), X, VT); in visitXOR() local 9592 SDValue NotX = DAG.getNOT(DL, X, VT); in foldExtendedSignBitTest() local
|
H A D | TargetLowering.cpp | 2896 SDValue NotX = DAG.getNOT(SDLoc(X), X, OpVT); in foldSetCCWithAnd() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8645 SDValue NotX = DAG.getNOT(DL, X, VT); in unfoldMaskedMerge() local 8820 SDValue NotX = DAG.getNOT(SDLoc(X), X, VT); in visitXOR() local 12297 SDValue NotX = DAG.getNOT(DL, X, VT); in foldExtendedSignBitTest() local
|
H A D | TargetLowering.cpp | 3807 SDValue NotX = DAG.getNOT(SDLoc(X), X, OpVT); in foldSetCCWithAnd() local
|