| /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 | 517 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local 540 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local 845 Value *Undef = UndefValue::get(II->getType()); in rebuildSSA() local
|
| D | Reassociate.cpp | 798 Constant *Undef = UndefValue::get(I->getType()); in RewriteExprTree() local
|
| /external/llvm/unittests/IR/ |
| D | ConstantsTest.cpp | 27 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 | 945 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
|
| D | InstCombinePHI.cpp | 782 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
|
| D | InstCombineCalls.cpp | 677 Value *Undef = UndefValue::get(Vec->getType()); in visitCallInst() local
|
| /external/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 1464 Value *Undef = UndefValue::get(VectorType::get(V->getType(), NumElts)); variable
|
| /external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
| D | define_test.cpp | 721 TEST_F(DefineTest, Undef) in TEST_F() argument
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 4723 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local 4732 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local 4742 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local 4752 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local 4802 SDValue Undef = getUNDEF(Ptr.getValueType()); in getStore() local 4871 SDValue Undef = getUNDEF(Ptr.getValueType()); in getTruncStore() local
|
| D | DAGCombiner.cpp | 7967 SDValue Undef = DAG.getUNDEF(N->getValueType(0)); in visitLOAD() local
|
| /external/clang/lib/CodeGen/ |
| D | CodeGenFunction.cpp | 582 llvm::Value *Undef = llvm::UndefValue::get(Int32Ty); in StartFunction() local
|
| D | ItaniumCXXABI.cpp | 1437 RValue Undef = RValue::get(llvm::UndefValue::get(T)); in EmitReturnFromThunk() local
|
| /external/valgrind/main/coregrind/m_debuginfo/ |
| D | priv_storage.h | 375 } Undef; member
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 1845 SDValue Undef = SDValue(CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, in SelectAtomicLoadArith() local
|
| D | X86ISelLowering.cpp | 11101 SDValue Undef = DAG.getUNDEF(InVT); in LowerAVXExtend() local 11287 SDValue Undef = DAG.getUNDEF(MVT::v16i8); in LowerTRUNCATE() local 12783 SDValue Undef = DAG.getUNDEF(InVT); in LowerSIGN_EXTEND() local 16020 SDValue Undef = DAG.getUNDEF(SVT); in LowerBITCAST() local
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64ISelDAGToDAG.cpp | 1106 SDValue Undef = in operator ()() local
|
| /external/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 2026 Value *Undef = UndefValue::get(Ty); in vectorizeTree() local
|
| /external/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.cpp | 2039 SDValue Chain = LD->getChain(), Undef = DAG.getUNDEF(VT); in lowerLOAD() local
|