/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/ |
H A D | DisplayVkXcb.cpp | 160 XSync(reinterpret_cast<Display *>(mState.displayId), False); in waitNativeImpl() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LazyValueInfo.h | 63 Unknown = -1, False = 0, True = 1 enumerator
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonToken.cs | 50 internal static JsonToken False { get { return _false; } } property in Google.Protobuf.JsonToken 76 False, enumerator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ModifyStruct.h | 37 static bool False(const TField &) { return false; } in False() function
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.hpp | 27 False, member in Multisample
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 120 auto *False = ConstantInt::getFalse(C); in elideHeapAllocations() local
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-primitive.h | 859 V8_INLINE Local<Boolean> False(Isolate* isolate) { in False() function
|
/third_party/node/deps/v8/include/ |
H A D | v8-primitive.h | 852 V8_INLINE Local<Boolean> False(Isolate* isolate) { in False() function
|
/third_party/lzma/C/ |
H A D | 7zTypes.h | 262 #define False 0
macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 949 SDValue False = Op.getOperand(3); in LowerSELECT_CC() local 1977 SDValue False = N->getOperand(3); PerformDAGCombine() local [all...] |
H A D | AMDGPURegisterBankInfo.cpp | 80 auto False = B.buildConstant(S32, 0); in applyBank() local 1829 auto False = B.buildConstant(SelType, 0); in applyMappingImpl() local
|
H A D | AMDGPUISelLowering.cpp | 3589 SDValue False = N->getOperand(2); in performSelectCombine() local 1256 combineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, SDValue True, SDValue False, SDValue CC, DAGCombinerInfo &DCI) const combineFMinMaxLegacy() argument
|
H A D | SIISelLowering.cpp | 5514 SDValue False = DAG.getTargetConstant(0, DL, MVT::i1); in lowerImage() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 1021 SDValue False = getZero(dl, ResTy, DAG); in extendHvxVectorPred() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1025 getSelectCC(const SDLoc &DL, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode Cond) getSelectCC() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 209 Value *False = EvaluateInDifferentType(I->getOperand(2), Ty, isSigned); in EvaluateInDifferentType() local
|
H A D | InstructionCombining.cpp | 793 Value *Cond, *True = nullptr, *False = nullptr; in SimplifySelectsFeedingBinaryOp() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 3903 auto False = MIRBuilder.buildFConstant(DstTy, 0.0); in lowerUITOFP() local 3936 auto False = MIRBuilder.buildFConstant(DstTy, 0.0); in lowerSITOFP() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 977 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, in CreateCondBr() argument 986 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, in CreateCondBr() argument 2498 Value *CreateSelect(Value *C, Value *True, Value *False, in CreateSelect() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 665 createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, SDValue False, const SDLoc &DL) createCMovFP() argument 2065 SDValue False = DAG.getConstant(0, DL, MVT::i32); lowerSETCC() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 5568 False = cast<ConstantSDNode>(FalseRes)->getZExtValue(); in foldBoolExts() local
|
H A D | PPCISelLowering.cpp | 7818 SDValue False = DAG.getNode(ISD::FP_TO_SINT, dl, MVT::i32, in LowerFP_TO_INT() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8312 combineMinNumMaxNum(const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode CC, const TargetLowering &TLI, SelectionDAG &DAG) combineMinNumMaxNum() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 4617 SDValue False; in LowerSELECT() local 9273 SDValue False = DAG.getConstant(0, dl, VT); in LowerFSETCC() local
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 84 # undef False macro 85 constexpr int False = 0; variable 6776 VULKAN_HPP_CONSTEXPR_INLINE uint32_t False = VK_FALSE; member
|