Lines Matching refs:BlockName
16677 StringRef BlockName; in EmitX86BuiltinExpr() local
16683 BlockName = "aesenc128kl"; in EmitX86BuiltinExpr()
16687 BlockName = "aesdec128kl"; in EmitX86BuiltinExpr()
16691 BlockName = "aesenc256kl"; in EmitX86BuiltinExpr()
16695 BlockName = "aesdec256kl"; in EmitX86BuiltinExpr()
16702 createBasicBlock(BlockName + "_no_error", this->CurFn); in EmitX86BuiltinExpr()
16703 BasicBlock *Error = createBasicBlock(BlockName + "_error", this->CurFn); in EmitX86BuiltinExpr()
16704 BasicBlock *End = createBasicBlock(BlockName + "_end", this->CurFn); in EmitX86BuiltinExpr()
16728 StringRef BlockName; in EmitX86BuiltinExpr() local
16732 BlockName = "aesencwide128kl"; in EmitX86BuiltinExpr()
16736 BlockName = "aesdecwide128kl"; in EmitX86BuiltinExpr()
16740 BlockName = "aesencwide256kl"; in EmitX86BuiltinExpr()
16744 BlockName = "aesdecwide256kl"; in EmitX86BuiltinExpr()
16759 createBasicBlock(BlockName + "_no_error", this->CurFn); in EmitX86BuiltinExpr()
16760 BasicBlock *Error = createBasicBlock(BlockName + "_error", this->CurFn); in EmitX86BuiltinExpr()
16761 BasicBlock *End = createBasicBlock(BlockName + "_end", this->CurFn); in EmitX86BuiltinExpr()