/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra_validate.c | 76 #define UNDEF ((struct ir3_register *)(uintptr_t)1) macro 422 if (state->def == UNDEF) { in dump_reg_state() 517 start->full.regs[i].def = UNDEF; in check_reaching_defs() 519 start->half.regs[i].def = UNDEF; in check_reaching_defs() 521 start->shared.regs[i].def = UNDEF; in check_reaching_defs()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_lower_regioning.cpp | 413 ibld.UNDEF(tmp); in lower_dst_modifiers() 456 ibld.UNDEF(tmp); in lower_src_region() 505 ibld.UNDEF(tmp); in lower_dst_region() 557 ibld.UNDEF(tmp); in lower_exec_type()
|
H A D | brw_fs_builder.h | 782 UNDEF(const dst_reg &dst) const in UNDEF() function in brw::fs_builder
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkcs12.rs | 101 nid_key: Nid::UNDEF, in builder() 102 nid_cert: Nid::UNDEF, in builder()
|
H A D | nid.rs | 16 /// If the signature does not specify a digest, this will be `NID::UNDEF`. 121 pub const UNDEF: Nid = Nid(ffi::NID_undef); consts
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 178 /// UNDEF - An undefined node. 179 UNDEF, enumerator
|
H A D | SelectionDAG.h | 777 if (Op.getOpcode() == ISD::UNDEF) { in getSplatBuildVector() 783 return getNode(ISD::UNDEF, SDLoc(), VT); in getSplatBuildVector() 793 if (Op.getOpcode() == ISD::UNDEF) { in getSplatVector() 799 return getNode(ISD::UNDEF, SDLoc(), VT); in getSplatVector() 910 /// Return an UNDEF node. UNDEF does not have a useful SDLoc. 912 return getNode(ISD::UNDEF, SDLoc(), VT); in getUNDEF() 1616 /// On success \p UndefElts will indicate the elements that have UNDEF 1620 /// NOTE: The function will return true for a demanded splat of UNDEF values.
|
H A D | SelectionDAGNodes.h | 108 /// specified node are ISD::UNDEF. 686 bool isUndef() const { return NodeType == ISD::UNDEF; } in isUndef() 2665 /// If AllowUndef is true, then UNDEF elements will pass nullptr to Match. 2672 /// If AllowUndef is true, then UNDEF elements will pass nullptr to Match.
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp-parse.y | 196 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS PATH INCLUDE 300 | HASH_TOKEN UNDEF IDENTIFIER NEWLINE { 2340 else if (ret == DEFINE_TOKEN || ret == UNDEF || ret == IF ||
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 361 return Op.getOpcode() == ISD::UNDEF; in isUndef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 172 case ISD::UNDEF: return "undef"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 132 case ISD::UNDEF: R = SoftenFloatRes_UNDEF(N); break; in SoftenFloatResult() 1117 case ISD::UNDEF: SplitRes_UNDEF(N, Lo, Hi); break; in ExpandFloatResult() 2149 case ISD::UNDEF: R = PromoteFloatRes_UNDEF(N); break; in PromoteFloatResult()
|
H A D | SelectionDAG.cpp | 275 // FIXME: Add support for scalar UNDEF cases? 279 // FIXME: Add support for vector UNDEF cases? 305 // TODO: Add support for scalar UNDEF cases? 310 // TODO: Add support for vector UNDEF cases? 2387 // Handle case where all demanded elements are UNDEF. 2575 // For UNDEF elements, we don't know anything about the common state of 3021 // NOTE: We assume all elements match and none are UNDEF. 3564 // For UNDEF elements, we don't know anything about the common state of 4258 // BUILD_VECTOR of UNDEFs is UNDEF. 4300 // Concat of UNDEFs is UNDEF [all...] |
H A D | LegalizeVectorTypes.cpp | 64 case ISD::UNDEF: R = ScalarizeVecRes_UNDEF(N); break; in ScalarizeVectorResult() 829 case ISD::UNDEF: SplitRes_UNDEF(N, Lo, Hi); break; in SplitVectorResult() 2700 case ISD::UNDEF: Res = WidenVecRes_UNDEF(N); break; in WidenVectorResult() 3602 // Everything but the first operand is an UNDEF so just return the in WidenVecRes_CONCAT_VECTORS()
|
H A D | SelectionDAGISel.cpp | 2821 case ISD::UNDEF: in SelectCodeCommon()
|
H A D | LegalizeIntegerTypes.cpp | 92 case ISD::UNDEF: Res = PromoteIntRes_UNDEF(N); break; in PromoteIntegerResult() 1794 case ISD::UNDEF: SplitRes_UNDEF(N, Lo, Hi); break; in ExpandIntegerResult()
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 229 !UNDEF ICUDATA_SOURCE_ARCHIVE
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 197 STRINGIFY_CODE(CST_CODE, UNDEF) in GetCodeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 107 setOperationAction(ISD::UNDEF, MVT::i32, Legal); in ARCTargetLowering()
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 210 !UNDEF ICUDATA_SOURCE_ARCHIVE
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 2526 InVals.push_back(DAG.getNode(ISD::UNDEF, dl, Ins[InsIdx].VT)); in LowerFormalArguments() 2537 InVals.push_back(DAG.getNode(ISD::UNDEF, dl, Ins[InsIdx].VT)); in LowerFormalArguments() 2544 InVals.push_back(DAG.getNode(ISD::UNDEF, dl, Ins[InsIdx].VT)); in LowerFormalArguments()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 552 setOperationAction(ISD::UNDEF, MVT::v2i16, Legal); in SITargetLowering() 553 setOperationAction(ISD::UNDEF, MVT::v2f16, Legal); in SITargetLowering() 8856 case ISD::UNDEF: in isCanonicalized()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 142 case ISD::UNDEF: in SelectDupZeroOrUndef() 2513 // If all bits are not useful, just return UNDEF. in tryBitfieldInsertOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 331 setOperationAction(ISD::UNDEF, Ty, Legal); in addMSAIntType() 2948 // Idx == -1 means UNDEF in lowerVECTOR_SHUFFLE_VSHF() 3643 // Safety note: As $wtemp is UNDEF, we may provoke a spurious exception if the
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 990 SDValue Vec = DAG.getNode(ISD::UNDEF, dl, MVT::v2i32); in LowerCall_32()
|