Searched refs:Undef (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DConstantsTest.cpp24 Constant* Undef = UndefValue::get(Int1); local
52 EXPECT_EQ(Undef, ConstantExpr::getShl(One, One));
60 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One));
64 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineInstrBuilder.h34 Undef = 0x20, enumerator in enum:llvm::RegState::__anon9730
38 DefineNoRead = Define | Undef,
68 flags & RegState::Undef,
328 return B ? RegState::Undef : 0;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp786 Value *Undef = UndefValue::get(FirstPhi.getType()); local
788 ReplaceInstUsesWith(*PHIsToSlice[i], Undef);
789 return ReplaceInstUsesWith(FirstPhi, Undef);
H A DInstCombineSimplifyDemanded.cpp840 Constant *Undef = UndefValue::get(EltTy); local
845 Elts.push_back(Undef);
854 Elts.push_back(Undef);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DReassociate.cpp762 Constant *Undef = UndefValue::get(I->getType()); local
764 Undef, Undef, "", I);
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A Dconfigure.in19 /* Undef unused package specific autoheader defines so that we can
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A Dconfigure.in19 /* Undef unused package specific autoheader defines so that we can
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4332 SDValue Undef = getUNDEF(Ptr.getValueType()); local
4333 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
4343 SDValue Undef = getUNDEF(Ptr.getValueType()); local
4344 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef,
4395 SDValue Undef = getUNDEF(Ptr.getValueType()); local
4396 SDValue Ops[] = { Chain, Val, Ptr, Undef };
4463 SDValue Undef = getUNDEF(Ptr.getValueType()); local
4464 SDValue Ops[] = { Chain, Val, Ptr, Undef };
H A DDAGCombiner.cpp2499 // Undef bits can contribute to a possible optimisation if set, so
5516 /// node with Constant, ConstantFP or Undef operands. DstEltVT indicates the
7034 SDValue Undef = DAG.getUNDEF(N->getValueType(0)); local
7038 Undef.getNode()->dump(&DAG);
7041 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Undef); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86InstrInfo.cpp3501 MachineInstrBuilder(MI).addReg(Reg, RegState::Undef)
3502 .addReg(Reg, RegState::Undef);
3801 .addReg(Reg, RegState::Undef).addReg(Reg, RegState::Undef);
3807 .addReg(XReg, RegState::Undef).addReg(XReg, RegState::Undef)
H A DX86ISelLowering.cpp5680 // of the result come from the same quadword of one of the two inputs. Undef
12230 unsigned Undef = MRI.createVirtualRegister(RC32); local
12231 BuildMI(mainMBB, DL, TII->get(TargetOpcode::IMPLICIT_DEF), Undef);
12234 .addReg(Undef)
12238 .addReg(Undef)
13763 SDValue Undef = DAG.getUNDEF(VT); local
13764 OpLo = DAG.getVectorShuffle(VT, dl, OpLo, Undef, ShufMask1);
13765 OpHi = DAG.getVectorShuffle(VT, dl, OpHi, Undef, ShufMask1);
13823 SDValue Undef = DAG.getUNDEF(MVT::v16i8); local
13824 OpLo = DAG.getVectorShuffle(MVT::v16i8, dl, OpLo, Undef, ShufMask
15853 SDValue Undef = DAG.getUNDEF(OpVT); local
[all...]
H A DX86ISelDAGToDAG.cpp1762 SDValue Undef = SDValue(CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, local
1776 SDValue RetVals[] = { Undef, Ret };
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelLowering.cpp2251 SDValue Chain = LD->getChain(), Undef = DAG.getUNDEF(VT); local
2261 SDValue LDL = CreateLoadLR(MipsISD::LDL, DAG, LD, Chain, Undef,
2267 SDValue LWL = CreateLoadLR(MipsISD::LWL, DAG, LD, Chain, Undef,
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dperl6.vim137 \ "Pair List Seq Range Set Bag Mapping Void Undef",
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3842 .addReg(DReg, RegState::Undef)

Completed in 658 milliseconds