Home
last modified time | relevance | path

Searched defs:Undef (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/test/SemaCXX/
Dqualified-id-lookup.cpp100 struct Undef { // expected-note{{definition of 'Undef' is not complete until the closing '}'}} struct
103 Undef::type member; argument
105 …static int size = sizeof(Undef); // expected-error{{invalid application of 'sizeof' to an incomple… argument
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp578 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local
601 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local
906 Value *Undef = UndefValue::get(II->getType()); in rebuildSSA() local
DRewriteStatepointsForGC.cpp923 UndefValue *Undef = UndefValue::get(Sel->getType()); in findBasePointer() local
928 UndefValue *Undef = UndefValue::get(EE->getVectorOperand()->getType()); in findBasePointer() local
DReassociate.cpp837 Constant *Undef = UndefValue::get(I->getType()); in RewriteExprTree() local
/external/skia/src/core/
DSkRemote.cpp635 struct Undef { struct in SkRemote::CachingEncoder
636 Encoder* fEncoder;
638 void operator()(const T&, ID* id) const { fEncoder->undefine(*id); } in operator ()()
/external/llvm/unittests/IR/
DConstantsTest.cpp30 Constant* Undef = UndefValue::get(Int1); in TEST() local
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h35 Undef = 0x20, enumerator
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp904 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
DInstCombinePHI.cpp872 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1705 Value *Undef = UndefValue::get(VectorType::get(V->getType(), NumElts)); variable
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5127 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local
5136 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local
5147 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local
5157 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local
5207 SDValue Undef = getUNDEF(Ptr.getValueType()); in getStore() local
5276 SDValue Undef = getUNDEF(Ptr.getValueType()); in getTruncStore() local
DLegalizeDAG.cpp4599 SDValue Undef = DAG.getUNDEF(MidVT); in PromoteNode() local
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp475 bool Undef = false; in addInstrToLiveness() local
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp732 llvm::Value *Undef = llvm::UndefValue::get(Int32Ty); in StartFunction() local
DCGBuiltin.cpp6770 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitPPCBuiltinExpr() local
7026 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitSystemZBuiltinExpr() local
7037 Value *Undef = ConstantInt::get(Builder.getInt1Ty(), false); in EmitSystemZBuiltinExpr() local
DItaniumCXXABI.cpp1725 RValue Undef = RValue::get(llvm::UndefValue::get(T)); in EmitReturnFromThunk() local
DCGDebugInfo.cpp1728 bool Undef = M.second; in getOrCreateModuleRef() local
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2005 SDValue Undef = SDValue(CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, in selectAtomicLoadArith() local
DX86ISelLowering.cpp4527 SDValue Undef = DAG.getUNDEF(ResultVT); in Insert128BitVector() local
4601 SDValue Undef = DAG.getUNDEF(OpVT); in Insert1BitVector() local
6648 SDValue Undef = DAG.getUNDEF(ResVT); in LowerCONCAT_VECTORSvXi1() local
13193 SDValue Undef = DAG.getUNDEF(InVT); in LowerAVXExtend() local
13384 SDValue Undef = DAG.getUNDEF(MVT::v16i8); in LowerTRUNCATE() local
15222 SDValue Undef = DAG.getUNDEF(InVT); in LowerSIGN_EXTEND() local
/external/valgrind/coregrind/m_debuginfo/
Dpriv_storage.h427 } Undef; member
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1240 SDValue Undef = in operator ()() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2642 Value *Undef = UndefValue::get(Ty); in vectorizeTree() local
DLoopVectorize.cpp2140 Constant *Undef = UndefValue::get(Builder.getInt32Ty()); in getSequentialMask() local
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2197 SDValue Chain = LD->getChain(), Undef = DAG.getUNDEF(VT); in lowerLOAD() local
/external/llvm/bindings/go/llvm/
Dir.go736 func Undef(t Type) (v Value) { v.C = C.LLVMGetUndef(t.C); return } func

12