Searched refs:IntrinsicID (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DAMDILIntrinsicInfo.cpp58 AMDGPUIntrinsic::ID IntrinsicID
60 IntrinsicID = getIntrinsicForGCCBuiltin("AMDGPU", Name);
62 if (IntrinsicID != (AMDGPUIntrinsic::ID)Intrinsic::not_intrinsic) {
63 return IntrinsicID;
H A DR600ISelLowering.cpp521 unsigned IntrinsicID = local
523 switch (IntrinsicID) {
545 // default for switch(IntrinsicID)
552 unsigned IntrinsicID = local
556 switch(IntrinsicID) {
610 if (IntrinsicID == AMDGPUIntrinsic::R600_interp_xy)
633 switch (IntrinsicID) {
H A DSIISelLowering.cpp466 unsigned IntrinsicID = local
472 switch (IntrinsicID) {
541 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); local
543 switch (IntrinsicID) {
H A DAMDGPUISelLowering.cpp364 unsigned IntrinsicID = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
368 switch (IntrinsicID) {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp174 /// depending on IntrinsicID.
177 /// \arg IntrinsicID The ID for the Intrinsic we wish to generate.
183 const llvm::Intrinsic::ID IntrinsicID,
191 llvm::Value *Callee = CGF.CGM.getIntrinsic(IntrinsicID, X->getType());
1519 Intrinsic::ID IntrinsicID = Intrinsic::not_intrinsic; local
1522 IntrinsicID = Intrinsic::getIntrinsicForGCCBuiltin(Prefix, Name);
1524 if (IntrinsicID != Intrinsic::not_intrinsic) {
1534 Function *F = CGM.getIntrinsic(IntrinsicID);
182 EmitOverflowIntrinsic(CodeGenFunction &CGF, const llvm::Intrinsic::ID IntrinsicID, llvm::Value *X, llvm::Value *Y, llvm::Value *&Carry) argument
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5581 unsigned IntrinsicID =
5585 switch (IntrinsicID) {

Completed in 81 milliseconds