/external/clang/test/SemaCXX/ |
D | qualified-id-lookup.cpp | 100 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/ |
D | StructurizeCFG.cpp | 578 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
|
D | RewriteStatepointsForGC.cpp | 923 UndefValue *Undef = UndefValue::get(Sel->getType()); in findBasePointer() local 928 UndefValue *Undef = UndefValue::get(EE->getVectorOperand()->getType()); in findBasePointer() local
|
D | Reassociate.cpp | 837 Constant *Undef = UndefValue::get(I->getType()); in RewriteExprTree() local
|
/external/skia/src/core/ |
D | SkRemote.cpp | 635 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/ |
D | ConstantsTest.cpp | 30 Constant* Undef = UndefValue::get(Int1); in TEST() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 35 Undef = 0x20, enumerator
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 904 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
|
D | InstCombinePHI.cpp | 872 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1705 Value *Undef = UndefValue::get(VectorType::get(V->getType(), NumElts)); variable
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5127 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
|
D | LegalizeDAG.cpp | 4599 SDValue Undef = DAG.getUNDEF(MidVT); in PromoteNode() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 475 bool Undef = false; in addInstrToLiveness() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 732 llvm::Value *Undef = llvm::UndefValue::get(Int32Ty); in StartFunction() local
|
D | CGBuiltin.cpp | 6770 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
|
D | ItaniumCXXABI.cpp | 1725 RValue Undef = RValue::get(llvm::UndefValue::get(T)); in EmitReturnFromThunk() local
|
D | CGDebugInfo.cpp | 1728 bool Undef = M.second; in getOrCreateModuleRef() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 2005 SDValue Undef = SDValue(CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, in selectAtomicLoadArith() local
|
D | X86ISelLowering.cpp | 4527 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/ |
D | priv_storage.h | 427 } Undef; member
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1240 SDValue Undef = in operator ()() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2642 Value *Undef = UndefValue::get(Ty); in vectorizeTree() local
|
D | LoopVectorize.cpp | 2140 Constant *Undef = UndefValue::get(Builder.getInt32Ty()); in getSequentialMask() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2197 SDValue Chain = LD->getChain(), Undef = DAG.getUNDEF(VT); in lowerLOAD() local
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 736 func Undef(t Type) (v Value) { v.C = C.LLVMGetUndef(t.C); return } func
|