Home
last modified time | relevance | path

Searched refs:NotCC (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.cpp470 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/
DBlackfinInstrInfo.td575 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),
DREADME.txt14 classes JustCC and NotCC are used to control the inversion of CC.
DBlackfinRegisterInfo.td256 def NotCC : RegisterClass<"BF", [i32], 8, (add NCC)>;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3087 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/
DDAGCombiner.cpp4172 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()