Searched refs:NotCC (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86JITInfo.cpp | 470 bool NotCC = (Target != (void*)(intptr_t)X86CompilationCallback && in emitFunctionStub() local 473 bool NotCC = Target != (void*)(intptr_t)X86CompilationCallback; in emitFunctionStub() 477 if (NotCC) { in emitFunctionStub()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinInstrInfo.td | 575 def ri_not : F1<(outs NotCC:$cc), (ins DP:$a, i32imm:$b), 577 [(set NotCC:$cc, (invnode DP:$a, imm3:$b))]>; 586 def SETNEdd : F1<(outs NotCC:$cc), (ins D:$a, D:$b), 588 [(set NotCC:$cc, (setne D:$a, D:$b))]>; 606 def MOVE_ccncc : F1<(outs JustCC:$cc), (ins NotCC:$sb), 609 def MOVE_ncccc : F1<(outs NotCC:$cc), (ins JustCC:$sb), 615 def MOVENCC_z : F1<(outs D:$dst), (ins NotCC:$cc),
|
D | README.txt | 14 classes JustCC and NotCC are used to control the inversion of CC.
|
D | BlackfinRegisterInfo.td | 256 def NotCC : RegisterClass<"BF", [i32], 8, (add NCC)>;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3087 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in visitXOR() local 3090 if (!LegalOperations || TLI.isCondCodeLegal(NotCC, LHS.getValueType())) { in visitXOR() 3095 return DAG.getSetCC(N->getDebugLoc(), VT, LHS, RHS, NotCC); in visitXOR() 3098 N0.getOperand(3), NotCC); in visitXOR()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4172 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in visitXOR() local 4176 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR() 4181 return DAG.getSetCC(SDLoc(N), VT, LHS, RHS, NotCC); in visitXOR() 4184 N0.getOperand(3), NotCC); in visitXOR()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6011 ISD::CondCode NotCC = ISD::getSetCCInverse(cast<CondCodeSDNode>(CC)->get(), in visitXOR() local 6015 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR() 6020 return DAG.getSetCC(SDLoc(N0), VT, LHS, RHS, NotCC); in visitXOR() 6023 N0.getOperand(3), NotCC); in visitXOR()
|