Searched refs:Alloca (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h115 return (I->getOpcode() == Instruction::Alloca);
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp510 case Instruction::Alloca: {
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5199 const Value *Alloca = I.getArgOperand(0)->stripPointerCasts();
5202 FrameIndexSDNode *FI = cast<FrameIndexSDNode>(getValue(Alloca).getNode());
5298 // Could not find an Alloca.

Completed in 104 milliseconds

12