Home
last modified time | relevance | path

Searched refs:UNDEF (Results 1 - 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra_validate.c76 #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 Dbrw_fs_lower_regioning.cpp413 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 Dbrw_fs_builder.h782 UNDEF(const dst_reg &dst) const in UNDEF() function in brw::fs_builder
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkcs12.rs101 nid_key: Nid::UNDEF, in builder()
102 nid_cert: Nid::UNDEF, in builder()
H A Dnid.rs16 /// 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 DISDOpcodes.h178 /// UNDEF - An undefined node.
179 UNDEF, enumerator
H A DSelectionDAG.h777 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 DSelectionDAGNodes.h108 /// 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 Dglcpp-parse.y196 %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 DHexagonISelLowering.h361 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 DSelectionDAGDumper.cpp172 case ISD::UNDEF: return "undef"; in getOperationName()
H A DLegalizeFloatTypes.cpp132 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 DSelectionDAG.cpp275 // 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 DLegalizeVectorTypes.cpp64 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 DSelectionDAGISel.cpp2821 case ISD::UNDEF: in SelectCodeCommon()
H A DLegalizeIntegerTypes.cpp92 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 Dmakedata.mak229 !UNDEF ICUDATA_SOURCE_ARCHIVE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp197 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 DARCISelLowering.cpp107 setOperationAction(ISD::UNDEF, MVT::i32, Legal); in ARCTargetLowering()
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak210 !UNDEF ICUDATA_SOURCE_ARCHIVE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2526 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 DSIISelLowering.cpp552 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 DAArch64ISelDAGToDAG.cpp142 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 DMipsSEISelLowering.cpp331 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 DSparcISelLowering.cpp990 SDValue Vec = DAG.getNode(ISD::UNDEF, dl, MVT::v2i32); in LowerCall_32()

Completed in 99 milliseconds

12